Set cache stages to privileged
the build failed Details

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2018-07-03 16:57:08 +02:00
parent d53c780b50
commit c4b77bc832
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
pipeline:
restore-cache:
privileged: true
image: drillster/drone-volume-cache
restore: true
mount:
@ -14,6 +15,7 @@ pipeline:
- bundle install
- JEKYLL_ENV=production bundle exec jekyll build && bundle exec htmlproofer _site/ --disable-external
rebuild-cache:
privileged: true
image: drillster/drone-volume-cache
rebuild: true
mount: