Skip to content

Commit

Permalink
use default rubygems deploy steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Chagnon committed May 27, 2014
1 parent 3ed7435 commit 4a911db
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions shipit.rubygems.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
dependencies:
override:
- bundle install --path=./data/bundler

deploy:
override:
- |
BUILD=`bundle exec rake build`
if [ $? != 0 ]; then
echo $BUILD;
exit 1;
fi
PKG=`echo $BUILD | cut -d" " -f5 | sed -e s/\.$//`;
VERSION=`echo $BUILD | cut -d" " -f2`;
gem push $PKG
# using the default shipit config

0 comments on commit 4a911db

Please sign in to comment.