Skip to content

Commit

Permalink
Run Elzar nightly build without a gemset.
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Karnowski committed Jun 23, 2012
1 parent 1f61013 commit 1a7a2e3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions script/elzar_nightly
Expand Up @@ -16,11 +16,7 @@ function stop_server_and_exit {
}

source "$HOME/.rvm/scripts/rvm"
export CI_GEMSET=elzar_nightly
# Tests and app are all running in CI_GEMSET
export NO_RVM=true

rvm use "$CI_RUBY_VERSION@$CI_GEMSET"
rvm use "$CI_RUBY_VERSION"
gem install bundler
bundle install

Expand Down

0 comments on commit 1a7a2e3

Please sign in to comment.