Created
June 6, 2012 16:57
-
-
Save rodrigomaia/2883267 to your computer and use it in GitHub Desktop.
Jenkins Bedel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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