mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Always pull LFS
Former-commit-id: 37f76cd968ad778e4e259cca9390e7b10179795d
This commit is contained in:
parent
5c36aaf01f
commit
ac25e27718
@ -28,10 +28,10 @@ before_script:
|
|||||||
- if [ ! -z "${SOURCE_PROJECT}" -a "${SOURCE_PROJECT}" != " " ]; then
|
- if [ ! -z "${SOURCE_PROJECT}" -a "${SOURCE_PROJECT}" != " " ]; then
|
||||||
echo "THIS SEEMS TO BE A MERGE PIPELINE FROM ${SOURCE_PROJECT}/${SOURCE_BRANCH}";
|
echo "THIS SEEMS TO BE A MERGE PIPELINE FROM ${SOURCE_PROJECT}/${SOURCE_BRANCH}";
|
||||||
git pull "https://gitlab.com/${SOURCE_PROJECT}/veloren.git" "${SOURCE_BRANCH}";
|
git pull "https://gitlab.com/${SOURCE_PROJECT}/veloren.git" "${SOURCE_BRANCH}";
|
||||||
git lfs install;
|
|
||||||
git lfs fetch;
|
|
||||||
git lfs checkout;
|
|
||||||
fi;
|
fi;
|
||||||
|
- git lfs install;
|
||||||
|
- git lfs fetch;
|
||||||
|
- git lfs checkout;
|
||||||
- git status
|
- git status
|
||||||
- if [ -d target ]; then
|
- if [ -d target ]; then
|
||||||
ls -la target;
|
ls -la target;
|
||||||
@ -125,6 +125,7 @@ clippy:
|
|||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- master
|
- master
|
||||||
|
- fix-lfs-assets
|
||||||
|
|
||||||
commit:linux-debug:
|
commit:linux-debug:
|
||||||
<<: *commit
|
<<: *commit
|
||||||
|
Loading…
Reference in New Issue
Block a user