ci-exec.sh in ncs_mdes-0.4.2 vs ci-exec.sh in ncs_mdes-0.5.0
- old
+ new
@@ -1,8 +1,8 @@
#!/bin/bash -xe
-BUNDLER_VERSION=1.0.18
+BUNDLER_VERSION=1.1.rc
GEMSET=ncs_mdes
if [ -z $CI_RUBY ]; then
echo "CI_RUBY must be set"
exit 1
@@ -36,8 +36,8 @@
set -e
gem install bundler -v $BUNDLER_VERSION
fi
set -e
-bundle update
+bundle _${BUNDLER_VERSION}_ update
-bundle exec rake ci:spec --trace
+bundle _${BUNDLER_VERSION}_ exec rake ci:spec --trace