Skip to content

Commit

Permalink
#99 ignore site-deploy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Jun 29, 2015
1 parent edbf498 commit e8b703e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ release:
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean deploy -Pqulice -Psonatype -Pjcabi --errors --settings ../settings.xml
mvn clean site-deploy -Psite --errors --settings ../settings.xml
mvn clean site-deploy -Psite --errors --settings ../settings.xml || echo 'site-deploy failed'
commanders:
- yegor256
- yegor256

0 comments on commit e8b703e

Please sign in to comment.