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
1 changed files with 4 additions and 4 deletions

View File

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