Added missing script tag for new code-checkout stage

This commit is contained in:
rilesdun 2021-12-23 14:55:45 -04:00
parent dbeacb4d1a
commit 9525e1dac9

View file

@ -13,6 +13,7 @@ stages:
code-checkout:
stage: code-checkout
script:
- rm -rf .git/modules/docs .git/modules/libraries/fc ./docs ./libraries/fc
- git submodule sync
- git submodule update --init --recursive