mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix the missing assets in artifact
Former-commit-id: a30253d7d624074e0e831a430bceb8f994e6dd20
This commit is contained in:
parent
5fbb8b257f
commit
d17609bd3d
@ -28,6 +28,9 @@ 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 status
|
- git status
|
||||||
- if [ -d target ]; then
|
- if [ -d target ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user