summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorstuebinm2021-12-29 04:55:55 +0100
committerstuebinm2021-12-29 04:55:55 +0100
commit436a7dbb734f58a254bed6c9d28908033b537bf8 (patch)
tree57ca2eb2988cbc13e6c63462de5de186c98177ba /.gitlab-ci.yml
parent8820170a66738aad22d67f94f880240375194b7b (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.yml8
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: