From 7933e570af08d396fafce3eb20c135dd4a48c353 Mon Sep 17 00:00:00 2001 From: Lars Beckers <lars.beckers@rwth-aachen.de> Date: Wed, 11 Sep 2019 16:59:21 +0200 Subject: [PATCH] gitlab CI config: fix ignored ! --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a81182..4a2bcdf 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