Added missing script tag for new code-checkout stage
This commit is contained in:
parent
dbeacb4d1a
commit
9525e1dac9
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ stages:
|
||||||
|
|
||||||
code-checkout:
|
code-checkout:
|
||||||
stage: code-checkout
|
stage: code-checkout
|
||||||
|
script:
|
||||||
- rm -rf .git/modules/docs .git/modules/libraries/fc ./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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue