Skip to content
Snippets Groups Projects

Pipeline caching

Merged stuebinm requested to merge pipeline-caching into main
1 file
+ 6
5
Compare changes
  • Side-by-side
  • Inline
+ 6
5
@@ -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:
Loading