Skip to content

Instantly share code, notes, and snippets.

@rodrigomaia
Created June 6, 2012 16:57
Show Gist options
  • Select an option

  • Save rodrigomaia/2883267 to your computer and use it in GitHub Desktop.

Select an option

Save rodrigomaia/2883267 to your computer and use it in GitHub Desktop.
Jenkins Bedel
export JAVA_HOME=/usr/lib/jvm/java-6-openjdk
cd ~/bedel
git stash
git pull
rvm use 1.9.2
rvm gemset use bedel
bundle
rake db:migrate
rake spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment