Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
THOREL Arnaud authored and THOREL Arnaud committed Nov 15, 2023
1 parent 085a41d commit 720e7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_ORGANIZATION: ${{ vars.SONAR_ORGANIZATION }}
SONAR_PROJECT: ${GITHUB_REPOSITORY#$GITHUB_REPOSITORY_OWNER/}
SONAR_PROJECT: ${{ github.event.repository.name }}
run: |
echo "Launch sonar with params : project: " $SONAR_PROJECT ", organization: " $SONAR_ORGANIZATION
mvn sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=$SONAR_ORGANIZATION -Dsonar.projectKey=$SONAR_PROJECT

0 comments on commit 720e7c6

Please sign in to comment.