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:
Piotr Brzeziński 2024-02-22 13:59:00 +01:00 committed by GStreamer Marge Bot
parent 2832cc1267
commit bf4cf0d9c1

View file

@ -215,6 +215,8 @@ gst indent:
script:
- ./scripts/check-format-c
- ./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:
- !reference [.upstream-branch-rules, rules]
- if: '$CI_PROJECT_NAMESPACE != "gstreamer" || $CI_COMMIT_BRANCH != $GST_UPSTREAM_BRANCH'