Skip to content
Snippets Groups Projects
Commit 439bef7f authored by jonny's avatar jonny
Browse files

cache dist per branch

parent 40b2fa67
Branches
Tags 6.3.3
No related merge requests found
Pipeline #13298 failed
dist-newstyle/* dist-newstyle/*
.stack-work .stack-work
test/test-output
\ No newline at end of file
...@@ -32,6 +32,10 @@ run-test: ...@@ -32,6 +32,10 @@ run-test:
when: always when: always
paths: paths:
- 'test/test-output' - 'test/test-output'
cache:
key: '$CI_JOB_NAME-$CI_COMMIT_REF_SLUG'
paths:
- dist
trigger-mapservice-pipeline: trigger-mapservice-pipeline:
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment