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_*