mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 06:50:05 +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
|
# export an artefact telling the next stage that the image is valid
|
||||||
- touch .img_ready
|
- touch .img_ready
|
||||||
artifacts:
|
artifacts:
|
||||||
name: image $CURRENT_DOCKER_IMAGE check
|
name: image-$CURRENT_DOCKER_IMAGE-check
|
||||||
expire_in: 20 min
|
expire_in: 20 min
|
||||||
paths:
|
paths:
|
||||||
- .img_ready
|
- .img_ready
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue