ci(forgejo-actions): unset sonar.branch.name
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 1m48s
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 1m48s
This commit is contained in:
parent
f741faf285
commit
94e9a7c843
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
env:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
||||
run: ./mvnw org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=quarkus-commons -Dsonar.projectName='quarkus-commons' -Dsonar.coverage.jacoco.xmlReportPaths=../**/target/jacoco-report/jacoco.xml -Dsonar.branch.name=${{ gitea.ref }}
|
||||
run: ./mvnw org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=quarkus-commons -Dsonar.projectName='quarkus-commons' -Dsonar.coverage.jacoco.xmlReportPaths=../**/target/jacoco-report/jacoco.xml
|
||||
|
||||
- name: Upload libs to Gitea Maven Registry
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue