1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-19 21:30:10 +01:00

gitlab-ci: properly quote colons

This commit is contained in:
Hans-Christoph Steiner 2017-06-20 20:24:43 +02:00
parent 4939b8a530
commit 5e7e17e800

View File

@ -27,8 +27,8 @@ metadata_v0:
- git checkout master - git checkout master
- cd fdroiddata - cd fdroiddata
- ../tests/dump.py - ../tests/dump.py
- sed -i -e "/AuthorWebSite/d" - "sed -i -e '/AuthorWebSite/d'
-e "/Description: No description available/d" -e '/Description: No description available/d'
-e "/Description: ''/d" -e \"/Description: ''/d\"
metadata/dump_*/*.yaml metadata/dump_*/*.yaml"
- diff -uw metadata/dump_* - diff -uw metadata/dump_*