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:
Nicolas Dufresne 2020-03-17 21:27:09 -04:00
parent 45901ee69b
commit c02cb97dc2

View file

@ -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