mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-16 01:19:02 +01:00
13 lines
161 B
Go
13 lines
161 B
Go
package deploy
|
|
|
|
import (
|
|
"github.com/drone/drone/shared/build/buildfile"
|
|
)
|
|
|
|
type EngineYard struct {
|
|
}
|
|
|
|
func (e *EngineYard) Write(f *buildfile.Buildfile) {
|
|
|
|
}
|