fix: change mode, execute
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
surtur 2020-06-03 23:00:20 +02:00
parent 7fb4c268f5
commit b8a5e1bc7c
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -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
---