From 4bfb35c1ddebc6074608c129cdce702772d47bb6 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 23 Jul 2018 21:21:31 +1000 Subject: 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 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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" -- cgit v1.2.3