This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-converter. See https://gitlab.nuiton.org/nuiton/nuiton-converter.git commit 0525cbbb124545ab8dcf9662ced45d83cdfa85f8 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Jul 30 14:46:24 2020 +0200 Fix site --- .gitlab-ci.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..22fc1f1 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,21 @@ +image: maven:3.6-jdk-11 + +stages: + - build + - reporting + +build: + stage: build + script: + - mvn install + +pages: + stage: reporting + # only: + # - master + artifacts: + paths: + - public + script: + - mvn site:site site:stage -Preporting + - mv target/staging/nuitonpom/nuiton-converter 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>.