Skip to content

Commit

Permalink
#21 no CURL output
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Nov 15, 2016
1 parent afefc26 commit b4952b7
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 @@ -32,7 +32,7 @@ release:
git fetch
git push -f heroku $(git symbolic-ref --short HEAD):master
git reset HEAD~1
curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://www.jare.io
curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://www.jare.io > /dev/null
# mvn clean site-deploy -Psite --batch-mode --settings ../settings.xml
commanders:
- yegor256
Expand Down

0 comments on commit b4952b7

Please sign in to comment.