From 6c8f13a394aa826eeff302d75c249e7f14f6622b Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Sun, 26 Jun 2022 23:54:52 +0500 Subject: [PATCH] Try to fix CI. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f42de93..659539f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: image: koalaman/shellcheck:v0.8.0 pull: if-not-exists commands: - - shellcheck mirror.sh + - /bin/shellcheck mirror.sh --- kind: pipeline