From 4939b8a530b78950b155d29d3031b846d2882db0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 20 Jun 2017 18:15:03 +0200 Subject: [PATCH] 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. --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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_*