mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue