From 0f6ba9310563611fd67c59fbe3aa8ea1298b5c2d Mon Sep 17 00:00:00 2001 From: itzaname Date: Sun, 17 Jul 2022 01:37:31 -0400 Subject: [PATCH] CI UPDATE --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 527057b..b7aa961 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: image: registry.itzana.me/strafesnet/tools/protobuild:latest commands: - ls scripts - - scripts/go-gen.sh + - bash scripts/go-gen.sh - name: commit image: alpine/git