woodpecker/shared/deploy/engineyard.go

13 lines
161 B
Go
Raw Normal View History

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