CI update args

This commit is contained in:
MX 2023-04-25 02:40:33 +03:00
parent 6271409e5a
commit d7f9cbf9ca
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83

View file

@ -11,7 +11,7 @@ steps:
image: alpine/git
commands:
- git submodule sync
- git -c protocol.version=2 submodule update --init --force --recursive
- git -c protocol.version=2 submodule update --init --force --recursive --jobs 4
- git submodule foreach git config --local gc.auto 0
- git log -1 --format='%H'
@ -258,7 +258,7 @@ steps:
image: alpine/git
commands:
- git submodule sync
- git -c protocol.version=2 submodule update --init --force --recursive
- git -c protocol.version=2 submodule update --init --force --recursive --jobs 4
- git submodule foreach git config --local gc.auto 0
- git log -1 --format='%H'