From 4b1a28809efe4dff8972d227d17439b599433d58 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 24 Oct 2018 14:58:14 +0200 Subject: [PATCH] Fix build cache --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 65f893a..344fcc8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,13 +12,6 @@ pipeline: commands: - make - compress: - image: alpine:latest - commands: - - apk --no-cache update - - apk add make - - make compress - rebuild-cache: image: drillster/drone-volume-cache rebuild: true @@ -27,6 +20,13 @@ pipeline: volumes: - /home/gitea/gitea/drone_build_cache/notes:/cache + compress: + image: alpine:latest + commands: + - apk --no-cache update + - apk add make + - make compress + deploy: image: drillster/drone-rsync hosts: [ "vbrandl.net" ]