From 4aad65f9e40ac96b63055778c6c2b5be1bc65cc1 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 3 Jun 2020 23:01:57 +0200 Subject: [PATCH] fix: only bash --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ---