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>.