summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2018-07-03 13:06:13 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2018-07-03 13:22:22 +1000
commit0d8c70baef41845795b410d236c650c58ab41e5d (patch)
tree1cd381962eee325ba0dc4164ad93badaf833d303 /.gitlab-ci.yml
parent1f3f681fa70a04b80a87011a24cb6e2b827ab231 (diff)
GitLab CI: don't use spaces in artifact names
Apparently that doesn't work anymore Related to https://gitlab.freedesktop.org/freedesktop/freedesktop/issues/41 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b05db7a..e65ce9db 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -139,7 +139,7 @@ variables:
# export an artefact telling the next stage that the image is valid
- touch .img_ready
artifacts:
- name: image $CURRENT_DOCKER_IMAGE check
+ name: image-$CURRENT_DOCKER_IMAGE-check
expire_in: 20 min
paths:
- .img_ready