Sync for checkout

Former-commit-id: 43088929864901cc08b7b1c43a783ca17b56e6a8
This commit is contained in:
Forest Anderson 2019-04-24 09:44:34 -04:00 committed by Forest
parent 77492a80ea
commit 5d571aea97

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