mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
[checkupdates] Don't fail job if checkupdates fails
This commit is contained in:
parent
c584f1ed64
commit
888f5b706f
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ checkupdates_runner:
|
|||
- url_host=$(echo "${CI_REPOSITORY_URL}" | sed -e 's|https\?://gitlab-ci-token:.*@|ssh://git@|g')
|
||||
- git remote set-url --push origin "${url_host}"
|
||||
script:
|
||||
- fdroid checkupdates --allow-dirty --auto --commit ${CHECKUPDATES_APPIDS}
|
||||
- fdroid checkupdates --allow-dirty --auto --commit ${CHECKUPDATES_APPIDS} || true
|
||||
- git pull --rebase origin master
|
||||
# when two jobs try to push at the same time they occasionally fail, so try one more time if it fails
|
||||
- git push origin HEAD:master || (git pull --rebase origin master && git push origin HEAD:master)
|
||||
|
|
|
|||
Loading…
Reference in a new issue