remove execute on entrypoint
This commit is contained in:
parent
49dab03d9e
commit
b1f64fdd74
@ -34,7 +34,7 @@ func BuildGolangBin() *cobra.Command {
|
|||||||
},
|
},
|
||||||
BuildPath: "main.go",
|
BuildPath: "main.go",
|
||||||
BinName: "main",
|
BinName: "main",
|
||||||
ExecuteOnEntrypoint: true,
|
ExecuteOnEntrypoint: false,
|
||||||
}).
|
}).
|
||||||
Execute(ctx)
|
Execute(ctx)
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user