Skip to content
Snippets Groups Projects
Unverified Commit a59c8e15 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

ci/build-generic.yaml: Pull LFS blobs for fork remote explicitly


This is needed due to the custom setup we do with a additional fork
remote for the incoming repository.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 39777975
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,9 @@ ...@@ -52,6 +52,9 @@
fi; fi;
echo "CI: Switching $CI_ONIRO_GIT_REPO_PATH to $CI_COMMIT_SHA"; echo "CI: Switching $CI_ONIRO_GIT_REPO_PATH to $CI_COMMIT_SHA";
( cd "$CI_ONIRO_GIT_REPO_PATH" && git checkout "$CI_COMMIT_SHA" ); ( cd "$CI_ONIRO_GIT_REPO_PATH" && git checkout "$CI_COMMIT_SHA" );
if [ -n "$CI_MERGE_REQUEST_SOURCE_PROJECT_URL" ]; then
( cd "$CI_ONIRO_GIT_REPO_PATH" && git lfs pull incoming-merged );
fi;
fi fi
# Some of the repo projects come with LFS configuration (that repo refuses # Some of the repo projects come with LFS configuration (that repo refuses
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment