Load environment before attempting build

This commit is contained in:
Rohan Mitchell
2015-04-15 13:54:12 +10:00
parent 4672cc4863
commit 2b50f993de

View File

@@ -2,6 +2,9 @@
set -e
echo "--- Loading environment"
source /var/lib/jenkins/.rvm/environments/ruby-1.9.3-p392
echo "--- Bundling"
bundle install