mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 15:53:59 +00:00
initial public commit
This commit is contained in:
12
pkg/plugin/deploy/openshift.go
Normal file
12
pkg/plugin/deploy/openshift.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package deploy
|
||||
|
||||
import (
|
||||
"github.com/drone/drone/pkg/build/buildfile"
|
||||
)
|
||||
|
||||
type Openshift struct {
|
||||
}
|
||||
|
||||
func (o *Openshift) Write(f *buildfile.Buildfile) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user