mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
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:
parent
1f3f681fa7
commit
0d8c70baef
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue