You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2019/11/25 12:57:05 UTC

[hadoop-ozone] branch HDDS-2627 created (now 90f7f06)

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

elek pushed a change to branch HDDS-2627
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git.


      at 90f7f06  HDDS-2627. Skip sonar check in forks

This branch includes the following new commits:

     new 90f7f06  HDDS-2627. Skip sonar check in forks

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.



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org


[hadoop-ozone] 01/01: HDDS-2627. Skip sonar check in forks

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

elek pushed a commit to branch HDDS-2627
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git

commit 90f7f060d29ebace7e3154fa852a303c0cd4c205
Author: Doroszlai, Attila <ad...@apache.org>
AuthorDate: Mon Nov 25 13:56:13 2019 +0100

    HDDS-2627. Skip sonar check in forks
    
    Closes #266
---
 .github/workflows/post-commit.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml
index b10d270..5097be4 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -59,6 +59,7 @@ jobs:
           with:
              args: ./hadoop-ozone/dev-support/checks/unit.sh
         - uses: ./.github/buildenv
+          if: github.repository == 'apache/hadoop-ozone'
           with:
             args: ./hadoop-ozone/dev-support/checks/sonar.sh
           env:


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org