Compare commits

...

2 commits

Author SHA1 Message Date
Roshan Syed
a488767ccd ci: update .gitlab-ci.yml build script 2021-01-26 13:03:01 +00:00
Roshan Syed
d1272eeec6 Update .gitlab-ci.yml 2021-01-04 14:24:47 +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