This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coser. See https://gitlab.nuiton.org/codelutin/coser.git commit 71098751a295c618a9d05d08558cbb6e9899529c Author: Jean Couteau <couteau@codelutin.com> Date: Fri Dec 21 13:13:30 2018 +0100 Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2bc4c9..e7eccca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,8 @@ build: stage: build script: - mvn --version - - mvn clean verify -e -U -DperformRelease + - mvn clean verify -e -U + #- mvn clean verify -e -U -DperformRelease sonarqube: image: registry.nuiton.org/codelutin/dockerfiles:debian-dev-java8 -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.