From d7f9cbf9ca65cd2d7e5426110e686cc18918cd53 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Tue, 25 Apr 2023 02:40:33 +0300 Subject: [PATCH] CI update args --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 11592861f..7776bce6b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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'