1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

gitlab-ci: ignore blank Description in metadata_v0 test

We'll eventually be moving to having the internal representation use a
'' or None when there is no Description, so no use in fixing this.
This commit is contained in:
Hans-Christoph Steiner 2017-06-20 18:15:03 +02:00
parent 26a4e33a7a
commit 4939b8a530

View File

@ -27,5 +27,8 @@ metadata_v0:
- git checkout master
- cd fdroiddata
- ../tests/dump.py
- sed -i "/AuthorWebSite/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_*