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>
(cherry picked from commit 0d8c70baef)
This commit is contained in:
Peter Hutterer 2018-07-03 13:06:13 +10:00
parent e3034096c1
commit 3a9f38bd16

View file

@ -136,7 +136,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