now we mount the host volume on the DRONE_WORKSPACE/hugo_cache/ path
continuous-integration/drone/push Build is failing Details

drafts
Nick Dumas 5 months ago
parent a05b3df2af
commit dce9052067

@ -12,7 +12,7 @@ steps:
- HUGO_CACHEDIR="/$DRONE_WORKSPACE/hugo_cache/" sh $DRONE_WORKSPACE/build.sh $DRONE_BRANCH - HUGO_CACHEDIR="/$DRONE_WORKSPACE/hugo_cache/" sh $DRONE_WORKSPACE/build.sh $DRONE_BRANCH
volumes: volumes:
- name: go_module_cache - name: go_module_cache
path: /tmp/hugo_cache/ path: /drone/src/hugo_cache/
- name: publish_prod - name: publish_prod
depends_on: depends_on:
- hugo - hugo

Loading…
Cancel
Save