Changed submodule update

Former-commit-id: 67757821ea1223665996c7dc467f33b84989d76d
This commit is contained in:
Forest Anderson 2019-04-24 09:49:38 -04:00 committed by Forest
parent 5d571aea97
commit f2c60b4454

View File

@ -32,7 +32,7 @@ before_script:
git pull "https://gitlab.com/${SOURCE_PROJECT}/veloren.git" "${SOURCE_BRANCH}";
fi;
- git submodule sync --recursive
- git submodule update --init --recursive
- git submodule update --remote --recursive
- git status
- if [ -d target ]; then
ls -la target;