From 02242ddb8129eb0e670c30b18eacdfc5e4e0c3a7 Mon Sep 17 00:00:00 2001 From: edebrye <edebrye@ippon.fr> Date: Tue, 16 Mar 2021 15:24:19 +0100 Subject: [PATCH] Modified gitlab-ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8309e8b..27e61ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ image: - 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' workflow: rules: - - if: '$CI_COMMIT_MESSAGE =~ /^(no-pipe)/' + - if: '$CI_COMMIT_MESSAGE =~ /no-pipe/' when: never stages: - Test and Lint -- GitLab