Escape special yaml characters to make check work

fix-ci-for-tags
Georg krause 2023-04-18 10:35:16 +02:00
rodzic 22899ed2aa
commit cc004dafdf
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -76,7 +76,8 @@ 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
- exit $(grep -c "CRITICAL" output.txt) - cat output.txt
- (! grep "CRITICAL" output.txt)
coverage: coverage:
stage: visualize stage: visualize