mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix get submodule on build
Former-commit-id: 6f39cadd9ec71c570e1515a34dfeb8b670c1e52a
This commit is contained in:
parent
b930043041
commit
7f881421d8
@ -28,7 +28,7 @@ before_script:
|
||||
git pull "https://gitlab.com/${SOURCE_PROJECT}/veloren.git" "${SOURCE_BRANCH}";
|
||||
fi;
|
||||
- git submodule sync --recursive
|
||||
- git submodule update --remote --recursive
|
||||
- git submodule update --init --recursive --depth 20
|
||||
- git status
|
||||
- if [ -d target ]; then
|
||||
ls -la target;
|
||||
|
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,4 +1,4 @@
|
||||
[submodule "assets/voxygen"]
|
||||
path = assets/voxygen
|
||||
url = https://gitlab.com/veloren/fresh-assets/voxygen.git
|
||||
url = ../../veloren/fresh-assets/voxygen.git
|
||||
shallow = true
|
||||
|
Loading…
Reference in New Issue
Block a user