From 0ffe29e49096bfb084afa010eee769bdf5ed5c27 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Fri, 20 Jul 2018 12:59:20 +0200 Subject: [PATCH] Fix CI script --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e1860ed..76d7207 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ pipeline: url: https://staging.vbrandl.net compress: image: alpine:latest - script: + commands: - apk --no-cache update - apk add make - make -C public/ -f Makefile