Who needs caching anyway
All checks were successful
the build was successful

This commit is contained in:
Valentin Brandl 2018-10-24 15:07:17 +02:00
parent 4b1a28809e
commit 303cb7afe5
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -1,24 +1,24 @@
pipeline: pipeline:
restore-cache: # restore-cache:
image: drillster/drone-volume-cache # image: drillster/drone-volume-cache
restore: true # restore: true
mount: # mount:
- build # - build
volumes: # volumes:
- /home/gitea/gitea/drone_build_cache/notes:/cache # - /home/gitea/gitea/drone_build_cache/notes:/cache
build: build:
image: vbrandl/notes-builder:latest image: vbrandl/notes-builder:latest
commands: commands:
- make - make
rebuild-cache: # rebuild-cache:
image: drillster/drone-volume-cache # image: drillster/drone-volume-cache
rebuild: true # rebuild: true
mount: # mount:
- build # - build
volumes: # volumes:
- /home/gitea/gitea/drone_build_cache/notes:/cache # - /home/gitea/gitea/drone_build_cache/notes:/cache
compress: compress:
image: alpine:latest image: alpine:latest