From 5e7e17e80091702e168851484ba47c304743318d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 20 Jun 2017 20:24:43 +0200 Subject: [PATCH] gitlab-ci: properly quote colons --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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_* -- 2.30.2