mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
ci: Set GIT_DEPTH variable
This switches gitlab-runner to using shallow clones related #841 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1400>
This commit is contained in:
parent
a445ff1607
commit
98cd5f9b8b
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ stages:
|
||||||
- 'integrate'
|
- 'integrate'
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
|
GIT_DEPTH: 1
|
||||||
|
|
||||||
# Branch to track for modules that have no ref specified in the manifest
|
# Branch to track for modules that have no ref specified in the manifest
|
||||||
GST_UPSTREAM_BRANCH: 'main'
|
GST_UPSTREAM_BRANCH: 'main'
|
||||||
ORC_UPSTREAM_BRANCH: 'master'
|
ORC_UPSTREAM_BRANCH: 'master'
|
||||||
|
|
Loading…
Reference in a new issue