ci: update .gitlab-ci.yml build script

This commit is contained in:
Roshan Syed 2021-01-26 13:03:01 +00:00
parent d1272eeec6
commit a488767ccd

View file

@ -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