From 22899ed2aa8d5162b790b2719ede249c6dd1142e Mon Sep 17 00:00:00 2001 From: Georg krause Date: Mon, 17 Apr 2023 17:00:24 +0200 Subject: [PATCH] Fix evaluation of fdroid scanner --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a18191..69f894a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,7 +76,7 @@ test_nonfree_code: image: registry.funkwhale.audio/funkwhale/ci/android-fdroidserver script: - fdroid scanner -v app/build/outputs/apk/debug/app-debug.apk | tee output.txt - - ! grep "CRITICAL" output.txt + - exit $(grep -c "CRITICAL" output.txt) coverage: stage: visualize