mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 01:21:05 +00:00
ci: gir-checks: Update submodules before running jobs
This might explain the weird diff we were seeing in submodule hashes. All other jobs checking `git diff` after their operations make sure they're up-to-date, except the `gir-checks` step.
This commit is contained in:
parent
b15d8e4c2e
commit
819d60ec8b
1 changed files with 2 additions and 0 deletions
|
@ -381,6 +381,8 @@ deny:
|
||||||
- cargo deny --color=always check
|
- cargo deny --color=always check
|
||||||
|
|
||||||
gir-checks:
|
gir-checks:
|
||||||
|
variables:
|
||||||
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
extends: .img-stable
|
extends: .img-stable
|
||||||
stage: 'extras'
|
stage: 'extras'
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue