use --init instead of git submodule init

Former-commit-id: 967866c56c9d4590d72c63169d0e3c32c21b24e0
This commit is contained in:
malavan 2021-08-19 17:47:23 +00:00
parent 9192272cd8
commit 4d72668045

View File

@ -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