File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 6565 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6666 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
6767 PR_ID : ${{ github.event.pull_request.number }}
68+ HEADREF : ${{ github.event.pull_request.head.ref }}
6869 run : |
6970 git clone https://github.com/shapeblue/cloudstack-nonoss.git nonoss
7071 cd nonoss && bash -x install-non-oss.sh && cd ..
71- mvn -P quality -Dsimulator -Dnoredist clean install org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=apache_cloudstack -Dsonar.pullrequest.key=$PR_ID -Dsonar.pullrequest.branch=${{ github.event.pull_request.head.ref }} -Dsonar.pullrequest.github.repository=apache/cloudstack -Dsonar.pullrequest.provider=GitHub -Dsonar.pullrequest.github.summary_comment=true
72+ mvn -P quality -Dsimulator -Dnoredist clean install org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=apache_cloudstack -Dsonar.pullrequest.key=$PR_ID -Dsonar.pullrequest.branch=$HEADREF -Dsonar.pullrequest.github.repository=apache/cloudstack -Dsonar.pullrequest.provider=GitHub -Dsonar.pullrequest.github.summary_comment=true
You can’t perform that action at this time.
0 commit comments