Fix build cache
Some checks failed
the build failed

This commit is contained in:
Valentin Brandl 2018-10-24 14:58:14 +02:00
parent 8cfac825a1
commit 4b1a28809e
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -12,13 +12,6 @@ pipeline:
commands: commands:
- make - make
compress:
image: alpine:latest
commands:
- apk --no-cache update
- apk add make
- make compress
rebuild-cache: rebuild-cache:
image: drillster/drone-volume-cache image: drillster/drone-volume-cache
rebuild: true rebuild: true
@ -27,6 +20,13 @@ pipeline:
volumes: volumes:
- /home/gitea/gitea/drone_build_cache/notes:/cache - /home/gitea/gitea/drone_build_cache/notes:/cache
compress:
image: alpine:latest
commands:
- apk --no-cache update
- apk add make
- make compress
deploy: deploy:
image: drillster/drone-rsync image: drillster/drone-rsync
hosts: [ "vbrandl.net" ] hosts: [ "vbrandl.net" ]