mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-05 21:30:27 +01:00
Gitlab CI: properly define empty dependencies for the wayland-web hook
This needs to be an empty array, see the "artifacts:paths" documentation for an example https://docs.gitlab.com/ee/ci/yaml/#when-a-dependent-job-will-fail Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
7954970a61
commit
4bfb35c1dd
1 changed files with 1 additions and 1 deletions
|
|
@ -721,7 +721,7 @@ wayland-web:
|
|||
- master
|
||||
variables:
|
||||
- $CI_PROJECT_PATH == "libinput/libinput"
|
||||
dependencies:
|
||||
dependencies: []
|
||||
variables:
|
||||
DOT: "%2E"
|
||||
SLASH: "%2F"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue