Disable caching
All checks were successful
the build was successful

This commit is contained in:
Valentin Brandl 2018-10-13 17:48:00 +02:00
parent 754fe9b5cd
commit 9ce7cb82c6
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -1,11 +1,11 @@
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: local/pandoc image: local/pandoc
@ -29,10 +29,10 @@ pipeline:
when: when:
branch: master branch: master
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