From eab811fa4dbb05bdf6c3be34c0d3624480437a14 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Tue, 17 Aug 2021 08:10:40 +0200 Subject: [PATCH] Fix CI yaml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e5bb96adf..18933bd6c6 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 + - 'grep -v "INFO: Processing" /tmp/out' fdroid build: image: registry.gitlab.com/fdroid/ci-images-client:latest