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.
This commit is contained in:
parent
45901ee69b
commit
c02cb97dc2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user