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:
Peter Hutterer 2018-07-23 21:21:31 +10:00
parent 7954970a61
commit 4bfb35c1dd

View file

@ -721,7 +721,7 @@ wayland-web:
- master
variables:
- $CI_PROJECT_PATH == "libinput/libinput"
dependencies:
dependencies: []
variables:
DOT: "%2E"
SLASH: "%2F"