let's see if we can write modules
continuous-integration/drone/push Build is failing Details

drafts
Nick Dumas 5 months ago
parent 22b5971c3e
commit a05b3df2af

@ -9,7 +9,7 @@ steps:
- name: hugo - name: hugo
image: code.ndumas.com/ndumas/hugo:latest image: code.ndumas.com/ndumas/hugo:latest
commands: commands:
- HUGO_CACHEDIR="/tmp/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: /tmp/hugo_cache/

Loading…
Cancel
Save