Created
March 14, 2014 21:34
-
-
Save dali-ifg/9557460 to your computer and use it in GitHub Desktop.
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
JENKINS_HOME=/var/lib/jenkins | |
cd $JENKINS_HOME | |
cd jobs/AutoBuild-Backoffice-Catalog-GitHubPullRequest/workspace/src | |
. $JENKINS_HOME/.nvm/nvm.sh | |
nvm use 0.10 | |
source $JENKINS_HOME/.rvm/scripts/rvm | |
rvm use 1.9.3 | |
bundle install | |
grunt test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment