fix: correct path to curl.it, so that POSTs get sent
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d608a6ef67
commit
27b96399cd
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user