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 5bbb485a26
commit 07bce1e32e

View File

@ -12,7 +12,7 @@ build:
- docker - docker
stage: build stage: build
script: script:
- git submodule update --remote --init - git submodule update --init --remote
- make distclean - make distclean
- make -j - make -j
artifacts: artifacts:
@ -113,7 +113,7 @@ endurance-test:
- docker - docker
stage: test stage: test
script: script:
- git submodule update --remote --init - git submodule update --init --remote
- make distclean - make distclean
- make -j - make -j
- ./runtest --config server-threads 3 --loop --stop - ./runtest --config server-threads 3 --loop --stop
@ -125,7 +125,7 @@ coverage-test:
- docker - docker
stage: test stage: test
script: script:
- git submodule update --remote --init - git submodule update --init --remote
- make distclean - make distclean
- make gcov -j - make gcov -j
- make install - make install