This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See https://gitlab.nuiton.org/codelutin/coselmar.git commit 08ca9a70590f2d3ee048b52aaa3546f0edd271cc Author: Jean Couteau <couteau@codelutin.com> Date: Fri Oct 9 15:01:54 2020 +0200 Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2859c34..612fe57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ build:latest: image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-openjdk8-with-frequent-libraries stage: build rules: - - if: '$CI_PIPELINE_SOURCE != "tag"' + - if: '$CI_PIPELINE_SOURCE != "tag" && $CI_PIPELINE_SOURCE == "schedule"' script: - mvn package artifacts: -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.