Skip to content

Commit

Permalink
IGNITE-22775 Switch back to apache repo
Browse files Browse the repository at this point in the history
  • Loading branch information
skorotkov committed Jul 19, 2024
1 parent 05ccc01 commit a061fb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sonar-pr-from-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ concurrency:

jobs:
sonarcloud:
if: github.repository == 'skorotkov/ignite'
if: github.repository == 'apache/ignite'
name: Sonar Analysis
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -81,17 +81,17 @@ jobs:
-Dsonar.pullrequest.branch=${PULLREQUEST_BRANCH}
-Dsonar.pullrequest.base=${PULLREQUEST_BASE}
-Dsonar.pullrequest.key=${PULLREQUEST_KEY}
-Dsonar.pullrequest.github.repository=skorotkov/ignite
-Dsonar.pullrequest.github.repository=apache/ignite
-Dsonar.pullrequest.provider=GitHub
-Dsonar.pullrequest.github.summary_comment=true
-Dsonar.projectKey=skorotkov_ignite
-Dsonar.projectKey=apache_ignite
-B -V
env:
MAVEN_OPTS: "-XX:+UseG1GC -XX:InitialHeapSize=2g -XX:MaxHeapSize=6g -XX:+UseStringDeduplication"
SONAR_OPTS: "-XX:+UseG1GC -XX:InitialHeapSize=2g -XX:MaxHeapSize=6g -XX:+UseStringDeduplication"
JAVA_OPTS: "-XX:+UseG1GC -XX:InitialHeapSize=2g -XX:MaxHeapSize=6g -XX:+UseStringDeduplication"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
PULLREQUEST_BRANCH: ${{ github.head_ref }}
PULLREQUEST_BASE: ${{ github.base_ref }}
PULLREQUEST_KEY: ${{ github.event.pull_request.number }}
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

<!-- Maven plugins versions -->
<maven.javadoc.plugin.version>3.2.0</maven.javadoc.plugin.version>
<sonar.organization>skorotkov</sonar.organization>
<sonar.organization>apache</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.exclusions>**/generated/**/*</sonar.exclusions>

Expand Down

0 comments on commit a061fb3

Please sign in to comment.