This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jrst. See https://gitlab.nuiton.org/nuiton/jrst.git commit 9d73a3f7f7d705d345360a2f3876cf1764f8e421 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Jul 30 14:48:26 2020 +0200 Add site --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c452ac9..a084232 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,3 +17,14 @@ snapshot: script: - mvn deploy -Prelease-profile +pages: + stage: reporting + # only: + # - master + artifacts: + paths: + - public + script: + - mvn site:site site:stage -Preporting + - mv target/staging/nuitonpom/jrst public + -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.