Fix: Make check for proprietary code working with releases as well

This commit is contained in:
Georg krause 2023-04-19 12:05:39 +02:00
parent 53bff969cd
commit e1be5b1303
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ 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 |& tee output.txt
- fdroid scanner -v app/build/outputs/apk/*/app-*.apk |& tee output.txt
- cat output.txt
- (! grep "CRITICAL" output.txt)