diff --git a/.drone.yml b/.drone.yml index 562d6c1..2dbbc8e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: commands: - apk add --no-cache curl - curl -sO https://git.dotya.ml/wanderer/docker-archlinux-rf/raw/branch/master/curl.it - - /bin/bash ./curl.it $ENDPOINT + - bash ./curl.it $ENDPOINT --- @@ -65,7 +65,7 @@ steps: commands: - apk add --no-cache curl - curl -sO https://git.dotya.ml/wanderer/docker-archlinux-rf/raw/branch/master/curl.it - - /bin/bash ./curl.it -n $ENDPOINT + - bash ./curl.it -n $ENDPOINT ---