branch develop updated (6973c0f -> 776a2de)
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 6973c0f fixes gitlab pages website new 776a2de fix build due to timezone 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 776a2de0ee0deb69544da80a1aac0668d6f69d01 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Apr 19 10:28:19 2018 +0200 fix build due to timezone Summary of changes: .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 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 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>.
participants (1)
-
chorem.org scm