Skip to content

Commit

Permalink
refactored build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jadilet committed Nov 9, 2018
1 parent 6fed32b commit 2a76e6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

rm *.gem
gem build vagrant-subutai.gemspec
mv vagrant-subutai-*.gem vagrant-subutai.gem

gem uninstall vagrant-subutai
gem install ./vagrant-subutai-*.gem
gem install ./vagrant-subutai.gem

vagrant plugin uninstall vagrant-subutai
vagrant plugin install ./vagrant-subutai-*.gem
vagrant plugin install ./vagrant-subutai.gem

0 comments on commit 2a76e6e

Please sign in to comment.