woodpecker/plugin/deploy/openshift.go

13 lines
159 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 Openshift struct {
}
func (o *Openshift) Write(f *buildfile.Buildfile) {
}