branch develop updated (ae453f5 -> 08ca9a7)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See https://gitlab.nuiton.org/codelutin/coselmar.git from ae453f5 Update .gitlab-ci.yml new 08ca9a7 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 08ca9a70590f2d3ee048b52aaa3546f0edd271cc Author: Jean Couteau <couteau@codelutin.com> Date: Fri Oct 9 15:01:54 2020 +0200 Update .gitlab-ci.yml Summary of changes: .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm