File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
shell : bash
32
32
run : |
33
33
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}
36
36
env :
37
37
GITHUB_USERNAME : x-access-token
38
38
GITHUB_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments