fix the missing assets in artifact

Former-commit-id: a30253d7d624074e0e831a430bceb8f994e6dd20
This commit is contained in:
Dominik Broński 2019-05-12 20:26:02 +00:00 committed by Forest Anderson
parent 5fbb8b257f
commit d17609bd3d

View File

@ -28,6 +28,9 @@ 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 status
- if [ -d target ]; then