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 - 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