diff options
| author | mo khan <mo@mokhan.ca> | 2013-06-05 21:45:37 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-06-05 21:45:37 -0600 |
| commit | 9ab6129861431e6765dcffa1c222657623215a9f (patch) | |
| tree | f5cec05ae55a77db1a74f1bb0dc08477d7eedf19 | |
| parent | 6a975f0b8a678304181a83779f716539a2a67d36 (diff) | |
update ruby version in ci scripts
| -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 |
