Remove submodule content from Gitlab-ci

Former-commit-id: 86b7cbb8a9de7309defd8b8395eea5355961bd68
This commit is contained in:
Forest 2019-05-03 13:21:48 -04:00
parent d4fb3cf34a
commit 9fc50645b5

View File

@ -29,8 +29,6 @@ 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 --depth 20
- git status
- if [ -d target ]; then
ls -la target;