From 000f58d81f2c057877f41c7be478cf269b196cf3 Mon Sep 17 00:00:00 2001 From: Lars Beckers <lars.beckers@rwth-aachen.de> Date: Wed, 11 Sep 2019 17:01:57 +0200 Subject: [PATCH] gitlab CI config: fix quoting --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a2bcdf..5ad974b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,4 +22,4 @@ test: - yamllint . - ansible-lint ./*/ # yamllint disable-line rule:line-length - - "! rg --fixed-strings "passwordstore" ./*/templates" + - "! rg --fixed-strings 'passwordstore' ./*/templates" -- GitLab