Skip to content
Snippets Groups Projects
Commit e1be5b13 authored by Georg Krause's avatar Georg Krause
Browse files

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

parent 53bff969
No related branches found
No related tags found
No related merge requests found
Pipeline #30120 passed
...@@ -75,7 +75,7 @@ test_nonfree_code: ...@@ -75,7 +75,7 @@ test_nonfree_code:
stage: test-after-build stage: test-after-build
image: registry.funkwhale.audio/funkwhale/ci/android-fdroidserver image: registry.funkwhale.audio/funkwhale/ci/android-fdroidserver
script: 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 - cat output.txt
- (! grep "CRITICAL" output.txt) - (! grep "CRITICAL" output.txt)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment