Skip to content

Commit

Permalink
Merge pull request #2584 from cta-observatory/fix_sonar
Browse files Browse the repository at this point in the history
Fix missing SONAR_HOST_URL
  • Loading branch information
maxnoe authored Jul 9, 2024
2 parents 80a48d3 + 17d2d87 commit 5346b04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ env:
MPLBACKEND: Agg
PYTEST_ADDOPTS: --color=yes
GITHUB_PR_NUMBER: ${{ github.event.number }}
SONAR_HOST_URL: https://sonar-cta-dpps.zeuthen.desy.de

jobs:
lint:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: https://sonar-cta-dpps.zeuthen.desy.de
with:
args: >
-Dsonar.scm.revision=${{ github.event.workflow_run.head_sha }}
Expand Down

0 comments on commit 5346b04

Please sign in to comment.