Update .gitlab-ci.yml

This commit is contained in:
Roshan Syed 2021-01-04 14:24:47 +00:00
parent 317093930f
commit d1272eeec6

View file

@ -12,7 +12,7 @@ stages:
build: build:
stage: build stage: build
script: script:
- rm -rf .git/modules/* ./docs ./libraries/fc - rm -rf .git/modules ./docs ./libraries/fc
- git submodule sync - git submodule sync
- git submodule update --init --recursive - git submodule update --init --recursive
- rm -rf build - rm -rf build