diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-07-03 13:06:13 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-07-03 13:22:22 +1000 |
commit | 0d8c70baef41845795b410d236c650c58ab41e5d (patch) | |
tree | 1cd381962eee325ba0dc4164ad93badaf833d303 | |
parent | 1f3f681fa70a04b80a87011a24cb6e2b827ab231 (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>
-rw-r--r-- | .gitlab-ci.yml | 2 |
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 |