branch develop updated (fb984abc -> b6c7f848)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git from fb984abc Update .gitlab-ci.yml (verify by default on devleop, sonar only when scheduled) new b6c7f848 Do not specify 'develop' for Sonar, as it is already part of the scheduled task 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 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 Summary of changes: .gitlab-ci.yml | 1 - 1 file changed, 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 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>.
participants (1)
-
nuiton.org scm