Skip to content

Commit 8f9c988

Browse files
authored
Update build.yml
1 parent e220b75 commit 8f9c988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
shell: bash
3232
run: |
3333
mvn versions:set -DnewVersion=${MVN_VERSION}
34-
mvn --quiet deploy -e --batch-mode --settings ./.github/.m2/settings.xml -Dsha1=${TAG}
35-
# mvn --quiet jacoco:prepare-agent deploy jacoco:report sonar:sonar -e --batch-mode --settings ./.github/.m2/settings.xml -Dsha1=${TAG} -Dsonar.login=${SONAR_TOKEN} -Djacoco.destFile=$(pwd)/target/jacoco.exec
34+
mvn --quiet jacoco:prepare-agent deploy jacoco:report sonar:sonar -e --batch-mode --settings ./.github/.m2/settings.xml -Dsha1=${TAG} -Dsonar.login=${SONAR_TOKEN} -Djacoco.destFile=$(pwd)/target/jacoco.exec
35+
# mvn --quiet deploy -e --batch-mode --settings ./.github/.m2/settings.xml -Dsha1=${TAG}
3636
env:
3737
GITHUB_USERNAME: x-access-token
3838
GITHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)