Skip to content
Snippets Groups Projects
Commit a67acd23 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Merge branch 'develop' into 'master'

Remove all cache_dirs

See merge request !47
parents 0bd5fcef 58ba3f5b
2 merge requests!82Master,!47Remove all cache_dirs
Pipeline #6813 failed with stages
in 17 seconds
...@@ -13,7 +13,7 @@ stages: ...@@ -13,7 +13,7 @@ stages:
build.dev: build.dev:
stage: build_stage stage: build_stage
script: script:
- singularity run 'docker://monachus/hugo' hugo --baseURL http://strandlab.dev.s3-website.us-east-2.amazonaws.com/ --cacheDir $CI_PROJECT_DIR/cache - singularity run 'docker://monachus/hugo' hugo --baseURL http://strandlab.dev.s3-website.us-east-2.amazonaws.com/
artifacts: artifacts:
paths: paths:
- public/ - public/
...@@ -27,7 +27,7 @@ build.dev: ...@@ -27,7 +27,7 @@ build.dev:
build.live: build.live:
stage: build_stage stage: build_stage
script: script:
- singularity run 'docker://monachus/hugo' hugo --cacheDir $CI_PROJECT_DIR/cache - singularity run 'docker://monachus/hugo' hugo
artifacts: artifacts:
paths: paths:
- public/ - public/
...@@ -46,7 +46,7 @@ test: ...@@ -46,7 +46,7 @@ test:
deploy.dev: deploy.dev:
stage: deploy_stage stage: deploy_stage
script: script:
- singularity run 'docker://monachus/hugo' hugo deploy --target aws-dev --maxDeletes -1 --cacheDir $CI_PROJECT_DIR/cache - singularity run 'docker://monachus/hugo' hugo deploy --target aws-dev --maxDeletes -1
dependencies: dependencies:
- build.dev - build.dev
only: only:
...@@ -57,7 +57,7 @@ deploy.dev: ...@@ -57,7 +57,7 @@ deploy.dev:
deploy.live: deploy.live:
stage: deploy_stage stage: deploy_stage
script: script:
- singularity run 'docker://monachus/hugo' hugo deploy --target aws --maxDeletes -1 --cacheDir $CI_PROJECT_DIR/cache - singularity run 'docker://monachus/hugo' hugo deploy --target aws --maxDeletes -1
- build.live - build.live
only: only:
- tags - tags
\ No newline at end of file
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