Skip to content

Commit

Permalink
#2864 skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 13, 2024
1 parent 0ac4905 commit 4ee2240
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 @@ -30,7 +30,7 @@ release:
mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never
git commit -am "${tag}"
mvn clean install -Dinvoker.skip
mvn clean deploy -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never
mvn clean deploy -DskipTests -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never
mkdir /tmp/objectionary
cp -R eo-runtime/src/main/eo /tmp/objectionary/objects
Expand Down

0 comments on commit 4ee2240

Please sign in to comment.