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

fix-ci-for-tags
Georg krause 2023-04-17 14:46:01 +02:00
rodzic aab9e28e00
commit de8343a973
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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