This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit 6032e1c2b32e7bd38d2c8b7bfa7b7e50ab269b72 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Jul 30 14:19:20 2020 +0200 Add gitlab pages --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5916e38e..e57543f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ stages: - build - check-can-release - qa +- reporting # Pour les branches maven: @@ -37,3 +38,13 @@ sonar: only: - schedules +pages: + stage: reporting +# only: +# - master + artifacts: + paths: + - public + script: + - mvn site:site site:stage -Preporting + - mv target/staging/nuitonpom/eugene public \ No newline at end of file -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.