diff options
author | stuebinm | 2021-12-29 04:55:55 +0100 |
---|---|---|
committer | stuebinm | 2021-12-29 04:55:55 +0100 |
commit | 436a7dbb734f58a254bed6c9d28908033b537bf8 (patch) | |
tree | 57ca2eb2988cbc13e6c63462de5de186c98177ba | |
parent | 8820170a66738aad22d67f94f880240375194b7b (diff) |
pipeline's not lazy enough
(thanks to jonathan for showing me that this exists)
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91052fb..3a19e81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,10 +17,10 @@ build-job: artifacts: paths: - dist - cache: - key: '$CI_JOB_NAME-$CI_COMMIT_REF_SLUG' - paths: - - dist + cache: + key: '$CI_JOB_NAME-$CI_COMMIT_REF_SLUG' + paths: + - dist trigger-mapservice-pipeline: only: |