Fix evaluation of fdroid scanner

This commit is contained in:
Georg krause 2023-04-17 17:00:24 +02:00
parent de8343a973
commit 22899ed2aa
1 changed files with 1 additions and 1 deletions

View File

@ -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