From 524d460bfa99f1247b995e874650e0170923684e Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 11 Feb 2021 16:57:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Try=20out=20Drone=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ad3db06..d584e2f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: prepare data image: alpine commands: - - apk update && apk add bash + - apk update && apk add bash curl - FORCE_DOWNLOAD=y ./build-tmp-XXX - name: build core image: plugins/docker