Add drone #32

Closed
kjuulh wants to merge 13 commits from experiment/alternative-pipeline into v0.3
Showing only changes of commit 34725c8826 - Show all commits

View File

@ -15,9 +15,7 @@ func main() {
cmd.AddCommand(cli.Build(
func(cmd *cobra.Command) {},
func(ctx context.Context) error {
return nil
}))
nil))
if err := cmd.Execute(); err != nil {
log.Fatal("%w", err)