ci: gitlab build fix #587

Merged
RoshanSyed merged 2 commits from hotfix/gitlab into hotfix/master-hotfixes 2021-01-26 13:55:32 +00:00

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 .git/modules/libraries/fc ./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