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 b6c7f848d74d8e54ffcdb99755a123587a24e842 Author: Arnaud Thimel <thimel@codelutin.com> Date: Thu Sep 19 18:45:08 2019 +0200 Do not specify 'develop' for Sonar, as it is already part of the scheduled task --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6dbcd38b..5b9c9f96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,5 +32,4 @@ sonar: - mvn clean package org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.1.1688:sonar -Dsonar.host.url="https://qa.codelutin.com" only: - schedules - - develop -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.