branch develop updated (a28c5a3 -> 9d73a3f)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jrst. See https://gitlab.nuiton.org/nuiton/jrst.git from a28c5a3 Update libs new 9d73a3f Add site 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 9d73a3f7f7d705d345360a2f3876cf1764f8e421 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Jul 30 14:48:26 2020 +0200 Add site Summary of changes: .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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>.
participants (1)
-
nuiton.org scm