use --init instead of git submodule init
Former-commit-id: 967866c56c9d4590d72c63169d0e3c32c21b24e0
This commit is contained in:
parent
9192272cd8
commit
4d72668045
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user