This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit 9c1c533885e8ef58baeed84c17170b0ee1d1b36a Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Sep 20 21:46:22 2019 +0200 Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6393e759..f8f2199d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,12 +24,11 @@ maven-verify: except: - schedules -# Sonar uniquement sur develop et si planifié +# Sonar uniquement si planifié sonar: image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-openjdk8-with-frequent-libraries stage: qa script: - - mvn -version - mvn clean package org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.1.1688:sonar -Dsonar.host.url="https://qa.codelutin.com" only: - schedules -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.