Skip to content

Commit b284bad

Browse files
committed
ci(rultor): remove sonar checks in release command
It is to fix sonar error about link not found while releasing with Rultor. Ref: #1123 (comment)
1 parent f74add0 commit b284bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rultor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ release:
3636
script: |-
3737
mvn versions:set "-DnewVersion=${tag}"
3838
git commit -am "${tag}"
39-
mvn clean deploy -Psonar -Psonatype -Pqulice -Dinvoker.skip --errors --settings ../settings.xml
39+
mvn clean deploy -Psonatype -Pqulice -Dinvoker.skip --errors --settings ../settings.xml

0 commit comments

Comments
 (0)