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>
This commit is contained in:
Peter Hutterer 2018-07-03 13:06:13 +10:00
parent 1f3f681fa7
commit 0d8c70baef

View file

@ -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