From eb692dffa1817cb97240755261ce81578b960bb9 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 7 Jun 2020 15:18:52 +0200 Subject: [PATCH] fix: no nightly here as of now --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ---