harness-drone/plugin/deploy/engineyard.go
2014-06-12 14:46:55 -07:00

12 lines
161 B
Go

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