chore: Make pipeline fail if non-free deps are found

This commit is contained in:
Georg krause 2023-04-17 14:46:01 +02:00
parent aab9e28e00
commit de8343a973
1 changed files with 2 additions and 1 deletions

View File

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