1
0
Fork 0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-26 09:08:27 +00:00
woodpecker/plugin/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) {
}