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