From f7ae38e8f0178f39ca0a6fa8f7eef27556abd666 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Wed, 18 Aug 2021 07:39:04 +0200 Subject: [PATCH] Fix typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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