diff options
| -rwxr-xr-x | build/scripts/ci-acceptance.sh | 3 | ||||
| -rwxr-xr-x | build/scripts/ci-deployment.sh | 3 | ||||
| -rwxr-xr-x | build/scripts/ci-integration.sh | 3 | ||||
| -rwxr-xr-x | build/scripts/ci-unit.sh | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/build/scripts/ci-acceptance.sh b/build/scripts/ci-acceptance.sh index d4bfb4d..4bb9e97 100755 --- a/build/scripts/ci-acceptance.sh +++ b/build/scripts/ci-acceptance.sh @@ -3,8 +3,7 @@ echo 'loading bashrc' source ~/.bashrc echo 'loading gemset' -#cd . -rvm use ruby-2.0.0-p0@booty --create +rvm use ruby-2.0.0-p195@booty --create echo 'bundle install' bundle install diff --git a/build/scripts/ci-deployment.sh b/build/scripts/ci-deployment.sh index 678335d..8f2da0f 100755 --- a/build/scripts/ci-deployment.sh +++ b/build/scripts/ci-deployment.sh @@ -3,8 +3,7 @@ echo 'loading bashrc' source ~/.bashrc echo 'loading gemset' -#cd . -rvm use ruby-2.0.0-p0@booty --create +rvm use ruby-2.0.0-p195@booty --create echo 'run deployment' git checkout master diff --git a/build/scripts/ci-integration.sh b/build/scripts/ci-integration.sh index 6cfa963..fb731cd 100755 --- a/build/scripts/ci-integration.sh +++ b/build/scripts/ci-integration.sh @@ -3,8 +3,7 @@ echo 'loading bashrc' source ~/.bashrc echo 'loading gemset' -#cd . -rvm use ruby-2.0.0-p0@booty --create +rvm use ruby-2.0.0-p195@booty --create echo 'bundle install' bundle install diff --git a/build/scripts/ci-unit.sh b/build/scripts/ci-unit.sh index df8f8c2..2d8fb1b 100755 --- a/build/scripts/ci-unit.sh +++ b/build/scripts/ci-unit.sh @@ -3,8 +3,7 @@ echo 'loading bashrc' source ~/.bashrc echo 'loading gemset' -#cd . -rvm use ruby-2.0.0-p0@booty --create +rvm use ruby-2.0.0-p195@booty --create echo 'bundle install' bundle install |
