Always pull LFS

Former-commit-id: 37f76cd968ad778e4e259cca9390e7b10179795d
This commit is contained in:
Forest 2019-05-13 09:45:21 -04:00
parent 5c36aaf01f
commit ac25e27718

View File

@ -28,10 +28,10 @@ before_script:
- if [ ! -z "${SOURCE_PROJECT}" -a "${SOURCE_PROJECT}" != " " ]; then
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 lfs install;
git lfs fetch;
git lfs checkout;
fi;
- git lfs install;
- git lfs fetch;
- git lfs checkout;
- git status
- if [ -d target ]; then
ls -la target;
@ -125,6 +125,7 @@ clippy:
only:
refs:
- master
- fix-lfs-assets
commit:linux-debug:
<<: *commit