Skip to content

Instantly share code, notes, and snippets.

@dali-ifg
Created March 14, 2014 21:34
Show Gist options
  • Save dali-ifg/9557460 to your computer and use it in GitHub Desktop.
Save dali-ifg/9557460 to your computer and use it in GitHub Desktop.
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