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:
parent
4939b8a530
commit
5e7e17e800
@ -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_*
|
||||||
|
Loading…
Reference in New Issue
Block a user