From de8343a973ca88b1e64f1a59a81348d243c374c3 Mon Sep 17 00:00:00 2001 From: Georg krause Date: Mon, 17 Apr 2023 14:46:01 +0200 Subject: [PATCH] chore: Make pipeline fail if non-free deps are found --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 259f785..8a18191 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,7 +75,8 @@ test_nonfree_code: stage: test-after-build image: registry.funkwhale.audio/funkwhale/ci/android-fdroidserver script: - - fdroid scanner -v app/build/outputs/apk/debug/app-debug.apk + - fdroid scanner -v app/build/outputs/apk/debug/app-debug.apk | tee output.txt + - ! grep "CRITICAL" output.txt coverage: stage: visualize