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 776a2de0ee0deb69544da80a1aac0668d6f69d01 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Apr 19 10:28:19 2018 +0200 fix build due to timezone --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3ad60e..49089de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: build: stage: build script: - - mvn install + - mvn -Duser.timezone=Europe/Paris install pages: stage: reporting @@ -17,5 +17,5 @@ pages: paths: - public script: - - mvn install && mvn site -Preporting + - mvn -Duser.timezone=Europe/Paris install && mvn site -Preporting - mv target/site public \ No newline at end of file -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.