Skip to content

Instantly share code, notes, and snippets.

@cbrunsdon
Created March 6, 2014 19:58
Show Gist options
  • Save cbrunsdon/9398144 to your computer and use it in GitHub Desktop.
Save cbrunsdon/9398144 to your computer and use it in GitHub Desktop.
jenkins sh with real stuff
#!/bin/sh -ex
bundle install
RAILS_ENV=test bundle exec rake db:schema:load
bundle exec rspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment