Fix CI yaml

This commit is contained in:
Jochen Sprickerhof 2021-08-17 08:10:40 +02:00
parent a354d1aa3a
commit eab811fa4d

View file

@ -172,7 +172,7 @@ checkupdates_runner:
# 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)
- echo "============== Summary ====================="
- grep -v "INFO: Processing" /tmp/out
- 'grep -v "INFO: Processing" /tmp/out'
fdroid build:
image: registry.gitlab.com/fdroid/ci-images-client:latest