Gitlab CI: properly define empty dependencies for the wayland-web hook
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 23 Jul 2018 11:21:31 +0000 (21:21 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 23 Jul 2018 11:22:30 +0000 (21:22 +1000)
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>
.gitlab-ci.yml

index 97e5fc6..898b43f 100644 (file)
@@ -721,7 +721,7 @@ wayland-web:
       - master
     variables:
       - $CI_PROJECT_PATH == "libinput/libinput"
-  dependencies:
+  dependencies: []
   variables:
     DOT: "%2E"
     SLASH: "%2F"