diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-07-23 21:21:31 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-07-23 21:22:30 +1000 |
commit | 4bfb35c1ddebc6074608c129cdce702772d47bb6 (patch) | |
tree | 6c3febd31ff3ac436c88d7662fa02a8361f986b3 /.gitlab-ci.yml | |
parent | 7954970a61f9cadf22925ad417ddf21c7fe0176e (diff) | |
download | libinput-4bfb35c1ddebc6074608c129cdce702772d47bb6.tar.gz |
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>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97e5fc69..898b43f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -721,7 +721,7 @@ wayland-web: - master variables: - $CI_PROJECT_PATH == "libinput/libinput" - dependencies: + dependencies: [] variables: DOT: "%2E" SLASH: "%2F" |