branch develop updated (fd962725 -> 42901edf)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from fd962725 Merge tag '3.3.10' into develop new 42901edf No quotes surrounding regex in gitlab-ci.yml The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 42901edfbb6027589ce63a4b35c958898324be65 Author: Jean Couteau <couteau@codelutin.com> Date: Tue Dec 1 11:27:02 2020 +0100 No quotes surrounding regex in gitlab-ci.yml Summary of changes: .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 42901edfbb6027589ce63a4b35c958898324be65 Author: Jean Couteau <couteau@codelutin.com> Date: Tue Dec 1 11:27:02 2020 +0100 No quotes surrounding regex in gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9cb20222..c755d04b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -132,7 +132,7 @@ docker:latest: image: registry.nuiton.org/codelutin/dockerfiles:docker stage: docker rules: - - if: '$CI_COMMIT_BRANCH =~ "/^develop\/.*$/" && $CI_COMMIT_TAG =~ "/^$/" && $CI_PIPELINE_SOURCE != "schedule"' + - if: '$CI_COMMIT_BRANCH =~ /^develop\/.*$/ && $CI_COMMIT_TAG =~ /^$/ && $CI_PIPELINE_SOURCE != "schedule"' when: manual artifacts: paths: @@ -155,7 +155,7 @@ docker:feature: image: registry.nuiton.org/codelutin/dockerfiles:docker stage: docker rules: - - if: '$CI_COMMIT_BRANCH =~ "/^feature\/.*$/"' + - if: '$CI_COMMIT_BRANCH =~ /^feature\/.*$/' when: manual artifacts: paths: @@ -178,7 +178,7 @@ docker-feature: image: registry.nuiton.org/codelutin/dockerfiles:docker stage: release rules: - - if: '$CI_COMMIT_BRANCH =~ "/^feature\/.*$/"' + - if: '$CI_COMMIT_BRANCH =~ /^feature\/.*$/' when: manual artifacts: paths: -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm