Browse Source

Fix evaluation of fdroid scanner

fix-ci-for-tags
Georg krause 1 year ago
parent
commit
22899ed2aa
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -76,7 +76,7 @@ test_nonfree_code:
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/debug/app-debug.apk | tee output.txt
- ! grep "CRITICAL" output.txt - exit $(grep -c "CRITICAL" output.txt)
coverage: coverage:
stage: visualize stage: visualize

Loading…
Cancel
Save