fix: correct path to curl.it, so that POSTs get sent
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-06-11 09:41:47 +02:00
parent d608a6ef67
commit 27b96399cd
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -31,7 +31,7 @@ steps:
from_secret: dockerhub_endpoint
commands:
- apk add --no-cache curl
- curl -sO https://git.dotya.ml/wanderer/${DRONE_REPO}/raw/branch/master/curl.it
- curl -sO https://git.dotya.ml/${DRONE_REPO}/raw/branch/master/curl.it
- bash ./curl.it $ENDPOINT
@ -64,7 +64,7 @@ steps:
from_secret: dockerhub_endpoint_nightly
commands:
- apk add --no-cache curl
- curl -sO https://git.dotya.ml/wanderer/${DRONE_REPO}/raw/branch/master/curl.it
- curl -sO https://git.dotya.ml/${DRONE_REPO}/raw/branch/master/curl.it
- bash ./curl.it -n $ENDPOINT