woodpecker/pkg/build/script/deployment/nodejitsu.go
2014-02-07 03:10:01 -07:00

12 lines
160 B
Go

package deployment
import (
"github.com/drone/drone/pkg/build/buildfile"
)
type Nodejitsu struct {
}
func (n *Nodejitsu) Write(f *buildfile.Buildfile) {
}