From b8a5e1bc7cf20d0028a6610fb3e7cd0a7bf3d485 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 3 Jun 2020 23:00:20 +0200 Subject: [PATCH] fix: change mode, execute --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c493357..562d6c1 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 - - ./curl.it $ENDPOINT + - /bin/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 - - ./curl.it -n $ENDPOINT + - /bin/bash ./curl.it -n $ENDPOINT ---