You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2019/12/10 20:05:56 UTC

[isis] branch master updated: ISIS-2158: CI: adds 'Code Quality' step (3)

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new a6a2219  ISIS-2158: CI: adds 'Code Quality' step (3)
a6a2219 is described below

commit a6a22197ae9c7d09039f21d4d743583bb6415247
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Dec 10 21:05:46 2019 +0100

    ISIS-2158: CI: adds 'Code Quality' step (3)
---
 .github/workflows/ci-build-core-no-push.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-build-core-no-push.yml b/.github/workflows/ci-build-core-no-push.yml
index deabd3b..3423f23 100644
--- a/.github/workflows/ci-build-core-no-push.yml
+++ b/.github/workflows/ci-build-core-no-push.yml
@@ -68,9 +68,9 @@ jobs:
         -Dsonar.projectKey=isis_180410 \
         -Dsonar.organization=apache \
         -Dsonar.host.url=https://sonarcloud.io \
-        -Dsonar.login=$SONAR_TOKEN
+        -Dsonar.login=$SONAR_TOKEN \
         -DskipTests \
-        -Denforcer.skip \
+        -Denforcer.skip
       env:
         SONAR_TOKEN: ${{ '9984f4bfa6c86ebf43b2b55ef10c3b72658a1965' }}