diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d5fa64d16..bc8a0fc127 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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' || true + - 'grep -v "INFO: Processing" /tmp/out || true' fdroid build: image: registry.gitlab.com/fdroid/ci-images-client:latest