chiark / gitweb /
gitlab-ci: properly quote colons
authorHans-Christoph Steiner <hans@eds.org>
Tue, 20 Jun 2017 18:24:43 +0000 (20:24 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 20 Jun 2017 18:27:23 +0000 (20:27 +0200)
.gitlab-ci.yml

index 7d4fc950e107086b6c4f2dc8a938bc2add5aae60..c73fa7ab7d1ee7a865c90efb4e3073894ef9b8a8 100644 (file)
@@ -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_*