From 6b3f90d140883718afbc4fa058e1ae97aaee6875 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Mon, 13 Jul 2020 10:48:38 +0200 Subject: [PATCH] Remove quotes from rule regex --- satis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satis.yml b/satis.yml index ce2ee35..4f88b77 100644 --- a/satis.yml +++ b/satis.yml @@ -7,6 +7,6 @@ UpdateSatis: - ascr satis-update cache: {} rules: - - if: '$CI_COMMIT_BRANCH =~ "/^patch/"' + - if: '$CI_COMMIT_BRANCH =~ /^patch/' when: never - when: always -- GitLab