From fddbf108edaf443483526c72423144a8322a6681 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Fri, 4 Oct 2024 14:41:27 +1000 Subject: [PATCH] dont use sh shell --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 06eaa3e..df34bb7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: environment: CGO_ENABLED: 0 commands: - - sh ./.drone.sh + - ./.drone.sh - name: dell-sftp-deploy