use --init instead of git submodule init
Former-commit-id: e5582ddf313a6bdd2ae0cb68da980954caf83e1b
This commit is contained in:
parent
76ce7ae47a
commit
9192272cd8
@ -12,7 +12,7 @@ build:
|
|||||||
- docker
|
- docker
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- git submodule init && git submodule update
|
- git submodule update --remote --init
|
||||||
- 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 init && git submodule update
|
- git submodule update --remote --init
|
||||||
- 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 init && git submodule update
|
- git submodule update --remote --init
|
||||||
- make distclean
|
- make distclean
|
||||||
- make gcov -j
|
- make gcov -j
|
||||||
- make install
|
- make install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user