You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/02/10 10:42:19 UTC

[skywalking] branch test/sonarcloud created (now 7e80022)

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

kezhenxu94 pushed a change to branch test/sonarcloud
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 7e80022  Test whether SONARCLOUD_TOKEN exists or not

This branch includes the following new commits:

     new 7e80022  Test whether SONARCLOUD_TOKEN exists or not

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: Test whether SONARCLOUD_TOKEN exists or not

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch test/sonarcloud
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 7e800226a719d64050b7bd7d511e098d0ba96d63
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Feb 10 18:41:56 2021 +0800

    Test whether SONARCLOUD_TOKEN exists or not
---
 .github/workflows/docker-ci.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/docker-ci.yaml b/.github/workflows/docker-ci.yaml
index 1080029..e4bbda4 100644
--- a/.github/workflows/docker-ci.yaml
+++ b/.github/workflows/docker-ci.yaml
@@ -23,6 +23,9 @@ on:
       - '!**.md'
   schedule:
     - cron: '0 18 * * *'
+  push:
+    branches:
+      - test/sonarcloud
 
 env:
   SKIP_TEST: true
@@ -40,6 +43,7 @@ jobs:
       - uses: actions/checkout@v2
         with:
           submodules: true
+          sonar: ${{ secrets.SONARCLOUD_TOKEN }}
       - name: Cache local Maven repository
         uses: actions/cache@v2
         with: