Merge branch 'fix-lfs-assets' into 'master'

Fix lfs assets

See merge request veloren/veloren!135

Former-commit-id: 4bc3537597581e69c64679d3a8fe19e53eacd910
This commit is contained in:
Forest Anderson 2019-05-13 14:44:59 +00:00
commit d7266c286c

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;