mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Fix finding the common ancestor of two branch
This commit is contained in:
parent
7c1c1c2e43
commit
fbc52ffa6f
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ variables:
|
|||
else
|
||||
git remote add upstream https://gitlab.com/fdroid/fdroiddata.git || true
|
||||
git fetch upstream ${CI_DEFAULT_BRANCH}
|
||||
export TARGET_REF=$(git merge-base --fork-point upstream/${CI_DEFAULT_BRANCH})
|
||||
export TARGET_REF=$(git merge-base HEAD upstream/${CI_DEFAULT_BRANCH})
|
||||
export SOURCE_REF="${CI_COMMIT_SHA}"
|
||||
fi;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue