From c02cb97dc2509913cfa1bde3f4c86b696a11ca91 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 17 Mar 2020 21:27:09 -0400 Subject: [PATCH] ci: Fix exceptions for gst indent job The name of the variable passing the exception regex wasn't correct. As a side effect, gst-indent was not run on all repository. --- gitlab/ci_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index f394bc268b..dd3ea3ea4e 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -88,7 +88,7 @@ gst indent: stage: 'preparation' variables: GIT_STRATEGY: 'fetch' - EXCEPT_REGEX: '/^(gstreamer-sharp|gst-integration-testsuites|cerbero|gst-docs)$/' + EXCEPT_PROJECT_REGEX: '/^(gstreamer-sharp|gst-integration-testsuites|cerbero|gst-docs)$/' script: # man indent. grep RETURN VALUE, grab a beer on my behalf... - indent --version || true