Escape special yaml characters to make check work

This commit is contained in:
Georg krause 2023-04-18 10:35:16 +02:00
parent 22899ed2aa
commit cc004dafdf
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@ test_nonfree_code:
image: registry.funkwhale.audio/funkwhale/ci/android-fdroidserver
script:
- fdroid scanner -v app/build/outputs/apk/debug/app-debug.apk | tee output.txt
- exit $(grep -c "CRITICAL" output.txt)
- cat output.txt
- (! grep "CRITICAL" output.txt)
coverage:
stage: visualize