mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
fix some pipelines missing for commits in default branch
This commit is contained in:
parent
43b80d96bd
commit
2c14733bab
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ variables:
|
|||
.get_target_source_refs: &get_target_source_refs
|
||||
- |
|
||||
if [ "$CI_PROJECT_PATH" = "fdroid/fdroiddata" ] && [ "$CI_COMMIT_BRANCH" = "$CI_DEFAULT_BRANCH" ]; then
|
||||
export TARGET_REF="${CI_COMMIT_SHA}^"
|
||||
export TARGET_REF="${CI_COMMIT_BEFORE_SHA}"
|
||||
export SOURCE_REF="${CI_COMMIT_SHA}"
|
||||
else
|
||||
git fetch https://gitlab.com/fdroid/fdroiddata.git $CI_DEFAULT_BRANCH
|
||||
|
|
|
|||
Loading…
Reference in a new issue