From 3a9f38bd161f31a24d7d34cb0a14f352f272c084 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 (cherry picked from commit 0d8c70baef41845795b410d236c650c58ab41e5d) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb782266..0d6cb99a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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