mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04:00
CI update args
This commit is contained in:
@@ -11,7 +11,7 @@ steps:
|
|||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git submodule sync
|
- 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 submodule foreach git config --local gc.auto 0
|
||||||
- git log -1 --format='%H'
|
- git log -1 --format='%H'
|
||||||
|
|
||||||
@@ -258,7 +258,7 @@ steps:
|
|||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git submodule sync
|
- 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 submodule foreach git config --local gc.auto 0
|
||||||
- git log -1 --format='%H'
|
- git log -1 --format='%H'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user