mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Remove submodule content from Gitlab-ci
Former-commit-id: 86b7cbb8a9de7309defd8b8395eea5355961bd68
This commit is contained in:
parent
d4fb3cf34a
commit
9fc50645b5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user