branch develop updated (6ea1dd1 -> 074dd34)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git from 6ea1dd1 Update site new 074dd34 Fix CI only on tags 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 074dd341cd812636ee1232f5da5157bd603920ec Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Mar 2 17:00:11 2020 +0100 Fix CI only on tags Summary of changes: .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) -- 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 jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit 074dd341cd812636ee1232f5da5157bd603920ec Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Mar 2 17:00:11 2020 +0100 Fix CI only on tags --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0134903..1465a45 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,8 @@ pages: script: - mvn -Duser.timezone=Europe/Paris install && mvn site -Preporting - mv target/site public + only: + - tags except: - schedules -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm