mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
CI update args
This commit is contained in:
parent
6271409e5a
commit
d7f9cbf9ca
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue