mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 17:59:56 +00:00
Merge branch 'fix_gcc_preprocess' into 'master'
Fix Ubuntu_GCC_preprocess job See merge request OpenMW/openmw!2989
This commit is contained in:
commit
9f653b2a79
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ git fetch target "${TARGET_BRANCH:?}"
|
|||
|
||||
if [[ "${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}" ]]; then
|
||||
git remote add source "${CI_MERGE_REQUEST_SOURCE_PROJECT_URL}"
|
||||
git fetch source "${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}"
|
||||
git fetch --unshallow source "${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}"
|
||||
elif [[ "${CI_COMMIT_BRANCH}" ]]; then
|
||||
git fetch origin "${CI_COMMIT_BRANCH:?}"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue