mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 08:51:06 +03:00
gitlab-ci: properly quote colons
This commit is contained in:
parent
4939b8a530
commit
5e7e17e800
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue