branch develop updated (7b1474ab -> 33219b49)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 7b1474ab Update .gitlab-ci.yml new 33219b49 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 33219b497d3335e64f5a16aea2274a28b8e2bb8a Author: Jean Couteau <couteau@codelutin.com> Date: Fri Oct 9 11:41:04 2020 +0200 Update .gitlab-ci.yml Summary of changes: .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 33219b497d3335e64f5a16aea2274a28b8e2bb8a Author: Jean Couteau <couteau@codelutin.com> Date: Fri Oct 9 11:41:04 2020 +0200 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 7e345519..0d3c017d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ stages: - pages - release - sonar +- sonar-ui build-java: image: registry.nuiton.org/codelutin/dockerfiles:maven-release-with-frequent-libraries @@ -119,7 +120,7 @@ sonar_job: sonar_job_ui: image: registry.nuiton.org/codelutin/dockerfiles:nodejs10 - stage: sonar + stage: sonar-ui script: - cd pollen-ui-riot-js; npm install - npm install -g sonarqube-scanner -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm