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:33:00 UTC

[isis] branch master updated: ISIS-2158: CI: disable 'Code Quality' stage (does not work)

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 1f410ee  ISIS-2158: CI: disable 'Code Quality' stage (does not work)
1f410ee is described below

commit 1f410ee7aa8e61f2fc9261e479b5e4f430ea56f9
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Dec 10 21:31:47 2019 +0100

    ISIS-2158: CI: disable 'Code Quality' stage (does not work)
---
 .github/workflows/ci-build-core-no-push.yml | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/.github/workflows/ci-build-core-no-push.yml b/.github/workflows/ci-build-core-no-push.yml
index 3423f23..01e78d6 100644
--- a/.github/workflows/ci-build-core-no-push.yml
+++ b/.github/workflows/ci-build-core-no-push.yml
@@ -60,19 +60,20 @@ jobs:
     - name: Build Core
       shell: bash
       run: bash $CI_SCRIPTS_PATH/build-core.sh
-      
-    - name: Code Quality
-      shell: bash
-      run: |
-        mvn verify sonar:sonar \
-        -Dsonar.projectKey=isis_180410 \
-        -Dsonar.organization=apache \
-        -Dsonar.host.url=https://sonarcloud.io \
-        -Dsonar.login=$SONAR_TOKEN \
-        -DskipTests \
-        -Denforcer.skip
-      env:
-        SONAR_TOKEN: ${{ '9984f4bfa6c86ebf43b2b55ef10c3b72658a1965' }} 
+
+## does not work yet, token is also no longer valid       
+#    - name: Code Quality
+#      shell: bash
+#      run: |
+#        mvn verify sonar:sonar \
+#        -Dsonar.projectKey=isis_180410 \
+#        -Dsonar.organization=apache \
+#        -Dsonar.host.url=https://sonarcloud.io \
+#        -Dsonar.login=$SONAR_TOKEN \
+#        -DskipTests \
+#        -Denforcer.skip
+#      env:
+#        SONAR_TOKEN: ${{ '9984f4bfa6c86ebf43b2b55ef10c3b72658a1965' }} 
  
 # FOR DEBUG USE
 #   - name: Dump GitHub context