Skip to content

Commit

Permalink
#751 skip invoker for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 14, 2017
1 parent 31cc43d commit cb87c4b
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 @@ -67,6 +67,6 @@ release:
script: |-
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean deploy -Ptakes -Psonar -Psonatype --errors --settings ../settings.xml
mvn clean deploy -Ptakes -Psonar -Psonatype -Pqulice -Dinvoker.skip --errors --settings ../settings.xml
commanders:
- yegor256

0 comments on commit cb87c4b

Please sign in to comment.