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 7f63a3bcb594bef8582252b7b6f1c8d6872ad6e3 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Oct 1 10:45:58 2020 +0200 Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a725a537..f49b8513 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -154,7 +154,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: @@ -177,7 +177,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>.