From: Hans-Christoph Steiner Date: Tue, 20 Jun 2017 18:24:43 +0000 (+0200) Subject: gitlab-ci: properly quote colons X-Git-Tag: 0.8~33 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5e7e17e80091702e168851484ba47c304743318d;p=fdroidserver.git gitlab-ci: properly quote colons --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d4fc950..c73fa7ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,8 +27,8 @@ metadata_v0: - git checkout master - cd fdroiddata - ../tests/dump.py - - sed -i -e "/AuthorWebSite/d" - -e "/Description: No description available/d" - -e "/Description: ''/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_*