diff options
author | stuebinm | 2021-12-29 03:38:29 +0100 |
---|---|---|
committer | stuebinm | 2021-12-29 03:38:29 +0100 |
commit | 8820170a66738aad22d67f94f880240375194b7b (patch) | |
tree | fe7eb18c5112d977bb45579039fa080c1392df10 | |
parent | 4b2059b5f19214d0afb6eac707e6323b16c0333b (diff) |
pipeline's not lazy enough
(thanks to jonathan for showing me that this exists)
-rw-r--r-- | .gitlab-ci.yml | 4 |
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: |