ci: Ignore a ‘dubious ownership’ warning when updating submodules

It’s irrelavent.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2023-10-11 14:00:53 +01:00
parent 13c3595363
commit 9dd59ba8ad

View File

@ -61,6 +61,7 @@ variables:
extends: .only-default
before_script:
- rm -rf subprojects/gvdb
- git config --global --add safe.directory $(pwd)
- git submodule update --init --depth 1
variables:
GIT_SUBMODULE_STRATEGY: "none"