summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorstuebinm2021-12-29 03:38:29 +0100
committerstuebinm2021-12-29 03:38:29 +0100
commit8820170a66738aad22d67f94f880240375194b7b (patch)
treefe7eb18c5112d977bb45579039fa080c1392df10 /.gitlab-ci.yml
parent4b2059b5f19214d0afb6eac707e6323b16c0333b (diff)
pipeline's not lazy enough
(thanks to jonathan for showing me that this exists)
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ba892f..91052fb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,6 +17,10 @@ build-job:
artifacts:
paths:
- dist
+ cache:
+ key: '$CI_JOB_NAME-$CI_COMMIT_REF_SLUG'
+ paths:
+ - dist
trigger-mapservice-pipeline:
only: