12 lines
159 B
Go
12 lines
159 B
Go
package deploy
|
|
|
|
import (
|
|
"github.com/drone/drone/shared/build/buildfile"
|
|
)
|
|
|
|
type Openshift struct {
|
|
}
|
|
|
|
func (o *Openshift) Write(f *buildfile.Buildfile) {
|
|
|
|
}
|