Skip to content

Instantly share code, notes, and snippets.

@kiote
Created December 23, 2011 10:09
Show Gist options
  • Save kiote/1513788 to your computer and use it in GitHub Desktop.
Save kiote/1513788 to your computer and use it in GitHub Desktop.
#!/bin/bash
source ~/.bash_profile
cd /var/lib/jenkins/jobs/SEOTracker/workspace/
rvm 1.9.3
bundle install --without development test
RAILS_ENV=staging rspec spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment