Skip to content
Snippets Groups Projects
Commit a319aefb authored by Gervaise H. Henry's avatar Gervaise H. Henry
Browse files

Finish adding custom cache for the rest of hugo in ci

parent cf1e270f
Branches
Tags
2 merge requests!44Develop,!43Wordcloud.202004
Pipeline #6801 passed with stages
in 24 seconds
......@@ -13,7 +13,7 @@ stages:
build.dev:
stage: build_stage
script:
- singularity run 'docker://monachus/hugo' hugo --baseURL http://strandlab.dev.s3-website.us-east-2.amazonaws.com/
- singularity run 'docker://monachus/hugo' hugo --baseURL http://strandlab.dev.s3-website.us-east-2.amazonaws.com/ --cacheDir $CI_PROJECT_DIR/cache
artifacts:
paths:
- public/
......@@ -27,7 +27,7 @@ build.dev:
build.live:
stage: build_stage
script:
- singularity run 'docker://monachus/hugo' hugo
- singularity run 'docker://monachus/hugo' hugo --cacheDir $CI_PROJECT_DIR/cache
artifacts:
paths:
- public/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment