fix: no nightly here as of now
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-06-07 15:18:52 +02:00
parent 6224491825
commit eb692dffa1
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -18,7 +18,7 @@ steps:
commands:
- apk add --no-cache curl
- curl -sO https://git.dotya.ml/wanderer/docker-fedora-hugo/raw/branch/master/curl.it
- bash ./curl.it -n $ENDPOINT
- bash ./curl.it $ENDPOINT
---