diff options
| author | mo khan <mo@mokhan.ca> | 2014-03-30 15:37:03 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-03-30 15:37:03 -0600 |
| commit | 3970fd2beba83f74b9682b2ac0abcfa69499b483 (patch) | |
| tree | d6e18fb7c9c898cda8ecdc385b955c509063155e /script/deploy-staging.sh | |
| parent | 32c3a58ff8a0b495773c491eeb996b3279622d2f (diff) | |
remove references to rvm and unused script.
Diffstat (limited to 'script/deploy-staging.sh')
| -rw-r--r-- | script/deploy-staging.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/script/deploy-staging.sh b/script/deploy-staging.sh index dac1c812..12b3801e 100644 --- a/script/deploy-staging.sh +++ b/script/deploy-staging.sh @@ -1,9 +1,2 @@ #!/bin/bash -x -echo "load bashrc" -source ~/.bashrc - -echo 'switch gemset' -rvm use ruby-2.1.1@cakeside --create - -echo 'bundle install' bundle exec rake ci:deploy:staging --trace |
