mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
ci: Ensure gtk-sharp uses the same revision in both places
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6182>
This commit is contained in:
parent
2832cc1267
commit
bf4cf0d9c1
1 changed files with 2 additions and 0 deletions
|
@ -215,6 +215,8 @@ gst indent:
|
||||||
script:
|
script:
|
||||||
- ./scripts/check-format-c
|
- ./scripts/check-format-c
|
||||||
- ./scripts/format-csharp --check
|
- ./scripts/format-csharp --check
|
||||||
|
# We want both wraps to use the same version, overkill to create a separate job for this
|
||||||
|
- cmp subprojects/gtk-sharp.wrap subprojects/gstreamer-sharp/subprojects/gtk-sharp.wrap
|
||||||
rules:
|
rules:
|
||||||
- !reference [.upstream-branch-rules, rules]
|
- !reference [.upstream-branch-rules, rules]
|
||||||
- if: '$CI_PROJECT_NAMESPACE != "gstreamer" || $CI_COMMIT_BRANCH != $GST_UPSTREAM_BRANCH'
|
- if: '$CI_PROJECT_NAMESPACE != "gstreamer" || $CI_COMMIT_BRANCH != $GST_UPSTREAM_BRANCH'
|
||||||
|
|
Loading…
Reference in a new issue