branch develop updated (cb5815b1 -> 7f63a3bc)
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 cb5815b1 Update .gitlab-ci.yml new 7f63a3bc Update .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 7f63a3bcb594bef8582252b7b6f1c8d6872ad6e3 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Oct 1 10:45:58 2020 +0200 Update .gitlab-ci.yml Summary of changes: .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 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 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>.
participants (1)
-
chorem.org scm