ci(github-actions): use only .github/ for consistency, replace host secrets with vars
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 2m29s
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 2m29s
This commit is contained in:
parent
2cdf40e136
commit
e6b6d5f1e7
2 changed files with 2 additions and 2 deletions
0
.gitea/CODEOWNERS → .github/CODEOWNERS
vendored
0
.gitea/CODEOWNERS → .github/CODEOWNERS
vendored
|
@ -43,9 +43,9 @@ jobs:
|
||||||
if: vars.SONAR_ENABLED == 'true'
|
if: vars.SONAR_ENABLED == 'true'
|
||||||
env:
|
env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
SONAR_HOST_URL: ${{ vars.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
|
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
|
- name: Upload libs to Gitea Maven Registry
|
||||||
if: gitea.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
run: ./mvnw deploy -Dmaven.test.skip=true -Dmaven.javadoc.skip=true
|
run: ./mvnw deploy -Dmaven.test.skip=true -Dmaven.javadoc.skip=true
|
Loading…
Add table
Add a link
Reference in a new issue