ci: update .gitlab-ci.yml build script
This commit is contained in:
parent
d1272eeec6
commit
a488767ccd
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ stages:
|
|||
build:
|
||||
stage: build
|
||||
script:
|
||||
- rm -rf .git/modules ./docs ./libraries/fc
|
||||
- rm -rf .git/modules/docs .git/modules/libraries/fc ./docs ./libraries/fc
|
||||
- git submodule sync
|
||||
- git submodule update --init --recursive
|
||||
- rm -rf build
|
||||
|
|
|
|||
Loading…
Reference in a new issue