Enable caching
All checks were successful
the build was successful

This commit is contained in:
Valentin Brandl 2018-10-24 14:31:37 +02:00
parent 6d9895a152
commit 161032117e
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: vbrandl/notes-builder:latest image: vbrandl/notes-builder:latest
@ -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