Browse Source

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

pipelines/30712 0.2.1-1
Georg krause 1 year ago
parent
commit
e1be5b1303
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -75,7 +75,7 @@ test_nonfree_code: @@ -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)

Loading…
Cancel
Save