mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-07 14:00:55 +00:00
Fetch --unshallow in ubuntu_gcc_preprocess.sh
This commit is contained in:
parent
2f703ecd3f
commit
7553a3e89c
1 changed files with 2 additions and 2 deletions
|
|
@ -56,9 +56,9 @@ if [[ "${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}" ]]; then
|
|||
git remote add source "${CI_MERGE_REQUEST_SOURCE_PROJECT_URL}"
|
||||
git fetch --unshallow source "${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}"
|
||||
elif [[ "${CI_COMMIT_BRANCH}" ]]; then
|
||||
git fetch origin "${CI_COMMIT_BRANCH:?}"
|
||||
git fetch --unshallow origin "${CI_COMMIT_BRANCH:?}"
|
||||
else
|
||||
git fetch origin
|
||||
git fetch --unshallow origin
|
||||
fi
|
||||
|
||||
BASE_VERSION=$(git merge-base "target/${TARGET_BRANCH:?}" "${VERSION:?}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue