kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale-android
Fix: Make sure to fetch stderr as well
rodzic
cc004dafdf
commit
8da3cc78be
|
@ -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/debug/app-debug.apk |& tee output.txt
|
||||||
- cat output.txt
|
- cat output.txt
|
||||||
- (! grep "CRITICAL" output.txt)
|
- (! grep "CRITICAL" output.txt)
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue