harness-drone/pkg/plugin/deploy/engineyard.go

13 lines
158 B
Go
Raw Normal View History

2014-02-07 10:10:01 +00:00
package deploy
import (
"github.com/drone/drone/pkg/build/buildfile"
)
type EngineYard struct {
}
func (e *EngineYard) Write(f *buildfile.Buildfile) {
}