1
0
Fork 0
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:
psi29a 2023-04-28 23:53:49 +00:00
commit 9f653b2a79

View file

@ -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