Update .gitlab-ci.yml file
This commit is contained in:
parent
7b2fdc886d
commit
9bc8d73c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ stages:
|
|||
build:
|
||||
stage: build
|
||||
script:
|
||||
- rm -rf .git/modules/vendor
|
||||
- rm -rf .git/modules/vendor ./vendor
|
||||
- git submodule sync
|
||||
- git submodule update --init --recursive
|
||||
- rm -rf build
|
||||
|
|
|
|||
Loading…
Reference in a new issue