Sync for checkout

Former-commit-id: 00aa003a897612a47b020a18270f5a4225b3d027
This commit is contained in:
Forest Anderson 2019-04-24 09:44:34 -04:00
parent d0d3f2e9b8
commit f6b7ebf847

View File

@ -31,6 +31,7 @@ before_script:
echo "THIS SEEMS TO BE A MERGE PIPELINE FROM ${SOURCE_PROJECT}/${SOURCE_BRANCH}";
git pull "https://gitlab.com/${SOURCE_PROJECT}/veloren.git" "${SOURCE_BRANCH}";
fi;
- git submodule sync --recursive
- git submodule update --init --recursive
- git status
- if [ -d target ]; then