File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 4848 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4949 run : |
5050 mvn --batch-mode deploy -PdockerPreRelease -Dmaven.deploy.skip \
51- -Djib.to.auth.username=${{ github.actor }} \
52- -Djib.to.auth.password=${{ secrets.GITHUB_TOKEN }} \
5351 org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
5452 -Dsonar.projectKey=aehrc_pathling -Dsonar.organization=aehrc \
5553 -Dsonar.host.url=https://sonarcloud.io \
Original file line number Diff line number Diff line change 4747 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4848 run : |
4949 mvn --batch-mode deploy -Pdocker -Dmaven.deploy.skip \
50- -Djib.to.auth.username=${{ github.actor }} \
51- -Djib.to.auth.password=${{ secrets.GITHUB_TOKEN }} \
5250 org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
5351 -Dsonar.projectKey=aehrc_pathling -Dsonar.organization=aehrc \
5452 -Dsonar.host.url=https://sonarcloud.io \
You can’t perform that action at this time.
0 commit comments