Skip to content

Commit

Permalink
Merge pull request #1124 from baudoliver7/rultor_sonar
Browse files Browse the repository at this point in the history
ci(rultor): remove sonar checks in release command
  • Loading branch information
yegor256 authored May 31, 2022
2 parents f74add0 + b284bad commit 84acf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ release:
script: |-
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean deploy -Psonar -Psonatype -Pqulice -Dinvoker.skip --errors --settings ../settings.xml
mvn clean deploy -Psonatype -Pqulice -Dinvoker.skip --errors --settings ../settings.xml

0 comments on commit 84acf47

Please sign in to comment.