Merge branch 'hotfix/gitlab' into 'hotfix/master-hotfixes'
ci: gitlab build fix See merge request PBSA/peerplays!7
This commit is contained in:
commit
f9dedb4ca3
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