Skip to content
Snippets Groups Projects
Commit fb877d6d authored by stuebinm's avatar stuebinm
Browse files

Merge branch 'pipeline-caching' into 'main'

Pipeline caching

See merge request !9
parents 0529ef9e 119eb987
No related branches found
No related tags found
1 merge request!9Pipeline caching
Pipeline #13355 passed
......@@ -5,9 +5,6 @@ stages:
- trigger
build-job:
only:
refs:
- main
stage: build
script:
- stack build
......@@ -17,10 +14,14 @@ build-job:
artifacts:
paths:
- dist
variables:
STACK_ROOT: "${CI_PROJECT_DIR}/.stack-root"
cache:
key: '$CI_JOB_NAME-$CI_COMMIT_REF_SLUG'
key: '$CI_JOB_NAME-stack-cache'
paths:
- dist
- .stack-work/
- .stack-root/
trigger-mapservice-pipeline:
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment