This is an automated email from the git hooks/post-receive script. New commit to branch feature/bug-on-save in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 78d7c179d19b55627e007b8a4fd3f9eee58042da Author: dcosse <cosse@codelutin.com> Date: Tue Oct 8 16:38:35 2019 +0200 refs #248 update gitlab-ci configuration --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52a7a55a..0b0b1177 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -138,7 +138,7 @@ sonar_job_ui: docker:latest: image: registry.nuiton.org/codelutin/dockerfiles:docker - stage: release + stage: docker when: manual only: - /^(pollen-)?(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)(?:-[\da-z\-]+(?:\.[\da-z\-]+)*)?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?$/i @@ -162,7 +162,7 @@ docker:latest: docker:feature: image: registry.nuiton.org/codelutin/dockerfiles:docker - stage: release + stage: docker when: manual only: - /^feature.*$/ -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.