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 6461331 commit b8ac41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
echo "run sonar on " ${{ env.GITHUB_REF_NAME }} " for project key :"+${{ env.GITHUB_REPOSITORY }}
mvn -B package sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=${{ vars.SONAR_ORGANIZATION }} -Dsonar.projectKey=${{ env.GITHUB_REPOSITORY }}
echo "run sonar on " ${{ GITHUB_REF_NAME }} " for project key :"+${{ GITHUB_REPOSITORY }}
mvn -B package sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=${{ vars.SONAR_ORGANIZATION }} -Dsonar.projectKey=${{ GITHUB_REPOSITORY }}

0 comments on commit b8ac41b

Please sign in to comment.