From 0d8c70baef41845795b410d236c650c58ab41e5d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 3 Jul 2018 13:06:13 +1000 Subject: [PATCH] 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 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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