Commit f4712547fcb46f43dc1ae7f421516acac5e7ba88

Authored by Jacob Vosmaer
1 parent 35951adf

Run `bundle install` in release.sh

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
release.sh
... ... @@ -3,6 +3,9 @@
3 3 # Generate a build ID based on the current time and the PID of this script
4 4 build="$(date '+%s')-$$"
5 5  
  6 +# Install/update gems for omnibus-ruby
  7 +bundle install
  8 +
6 9 # Do the build and capture its output in a .log file
7 10 make do_release 2>&1 | tee -a ${build}.log
8 11  
... ...