diff --git a/.drone.yml b/.drone.yml index 86988e2..6526b81 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ---