We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0d6d8 commit a224c65Copy full SHA for a224c65
.github/workflows/pr-flow.yml
@@ -16,7 +16,6 @@ jobs:
16
- name: PR-BUILD
17
run: |
18
cd initial
19
- export CHANGE_BRANCH=`echo ${GITHUB_REF##*/}`
+ echo "${{ github.head_ref }}"
20
export CHANGE_ID=$(echo $GITHUB_REF | awk 'BEGIN { FS = "/" } ; { print $3 }')
21
- bash ./gradlew sonarqube -Dsonar.pullrequest.branch=${CHANGE_BRANCH} -Dsonar.pullrequest.base=development -Dsonar.pullrequest.key=${CHANGE_ID} showSonarQubeLink --info
22
- bash ./gradlew -Pbuild_target=SNAPSHOT clean build jacocoTestReport spotlessApply spotbugsMain
+ bash ./gradlew -Pbuild_target=SNAPSHOT clean build jacocoTestReport spotlessApply spotbugsMain
0 commit comments