From 07bce1e32ec5b2a6c80a63bd186d16254504ca74 Mon Sep 17 00:00:00 2001 From: malavan Date: Thu, 19 Aug 2021 17:47:23 +0000 Subject: [PATCH] use --init instead of git submodule init Former-commit-id: 967866c56c9d4590d72c63169d0e3c32c21b24e0 --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db776c60f..4f704245e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ build: - docker stage: build script: - - git submodule update --remote --init + - git submodule update --init --remote - make distclean - make -j artifacts: @@ -113,7 +113,7 @@ endurance-test: - docker stage: test script: - - git submodule update --remote --init + - git submodule update --init --remote - make distclean - make -j - ./runtest --config server-threads 3 --loop --stop @@ -125,7 +125,7 @@ coverage-test: - docker stage: test script: - - git submodule update --remote --init + - git submodule update --init --remote - make distclean - make gcov -j - make install