woodpecker/pkg/plugin/deploy/engineyard.go
2014-02-07 03:10:01 -07:00

13 lines
158 B
Go

package deploy
import (
"github.com/drone/drone/pkg/build/buildfile"
)
type EngineYard struct {
}
func (e *EngineYard) Write(f *buildfile.Buildfile) {
}