feat: with .drone.yml
This commit is contained in:
14
.shuttle/shuttletask/tmp/main.go
Normal file
14
.shuttle/shuttletask/tmp/main.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/lunarway/shuttle/pkg/executors/golang/cmder"
|
||||
)
|
||||
|
||||
func main() {
|
||||
rootcmd := cmder.NewRoot()
|
||||
|
||||
buildcmd := cmder.NewCmd("build", Build)
|
||||
rootcmd.AddCmds(buildcmd)
|
||||
|
||||
rootcmd.Execute()
|
||||
}
|
Reference in New Issue
Block a user