From: Hans-Christoph Steiner Date: Tue, 20 Jun 2017 16:15:03 +0000 (+0200) Subject: gitlab-ci: ignore blank Description in metadata_v0 test X-Git-Tag: 0.8~34 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4939b8a530b78950b155d29d3031b846d2882db0;p=fdroidserver.git 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a04c539c..7d4fc950 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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_*