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 14:11:50 +1000 |
commit | 3a9f38bd161f31a24d7d34cb0a14f352f272c084 (patch) | |
tree | 46ca8afd26636e7ab0ebf8409a5154300406552d | |
parent | e3034096c11f2ff76483d0be33606e9e07d13e88 (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>
(cherry picked from commit 0d8c70baef41845795b410d236c650c58ab41e5d)
-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 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 |