mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-20 08:51:01 +00:00
13 lines
158 B
Go
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) {
|
||
|
|
||
|
}
|