branch develop updated (3a15b11 -> 714ed8c)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-matrix. See https://gitlab.nuiton.org/nuiton/nuiton-matrix.git from 3a15b11 Ajout de .gitlab-ci.yml new 714ed8c Update .gitlab-ci.yml 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 714ed8cc258365447e82abe603f9a6f9014ec411 Author: Éric Chatellier <chatellier@codelutin.com> Date: Thu Apr 12 16:03:41 2018 +0200 Update .gitlab-ci.yml Summary of changes: .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- 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 nuiton-matrix. See https://gitlab.nuiton.org/nuiton/nuiton-matrix.git commit 714ed8cc258365447e82abe603f9a6f9014ec411 Author: Éric Chatellier <chatellier@codelutin.com> Date: Thu Apr 12 16:03:41 2018 +0200 Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84b3b78..f96535d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,14 +3,16 @@ stages: - reporting build: + image: registry.nuiton.org/codelutin/dockerfiles:debian-dev-java8 stage: build script: - mvn clean install pages: + image: registry.nuiton.org/codelutin/dockerfiles:debian-dev-java8 stage: reporting only: - - master + - develop artifacts: paths: - public -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm