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

Fix indents in ci

parent 96341dec
Branches
Tags
3 merge requests!99Develop,!96Develop,!952021 new paper
Pipeline #9818 passed with stages
in 16 seconds
...@@ -13,30 +13,30 @@ stages: ...@@ -13,30 +13,30 @@ stages:
build.dev: build.dev:
stage: build_stage stage: build_stage
script: script:
- singularity run 'docker://monachus/hugo' hugo --baseURL http://dev.strandlab.net/ - singularity run 'docker://monachus/hugo' hugo --baseURL http://dev.strandlab.net/
artifacts: artifacts:
paths: paths:
- public/ - public/
expire_in: 1 week expire_in: 1 week
cache: cache:
paths: paths:
- public/ - public/
except: except:
- tags - tags
build.live: build.live:
stage: build_stage stage: build_stage
script: script:
- singularity run 'docker://monachus/hugo' hugo - singularity run 'docker://monachus/hugo' hugo
artifacts: artifacts:
paths: paths:
- public/ - public/
expire_in: 1 week expire_in: 1 week
cache: cache:
paths: paths:
- public/ - public/
only: only:
- tags - tags
test: test:
stage: test_stage stage: test_stage
...@@ -46,17 +46,17 @@ test: ...@@ -46,17 +46,17 @@ 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 - singularity run 'docker://monachus/hugo' hugo deploy --target aws-dev --maxDeletes -1
dependencies: dependencies:
- build.dev - build.dev
only: only:
- master - master
except: except:
- tags - tags
deploy.live: deploy.live:
stage: deploy_stage stage: deploy_stage
script: script:
- singularity run 'docker://monachus/hugo' hugo deploy --target aws --maxDeletes -1 - singularity run 'docker://monachus/hugo' hugo deploy --target aws --maxDeletes -1
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