Skip to content

Instantly share code, notes, and snippets.

@dwilkins
Created October 9, 2012 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dwilkins/3859998 to your computer and use it in GitHub Desktop.
Save dwilkins/3859998 to your computer and use it in GitHub Desktop.
My Jenkins solution for multiple builds that want the same postgres db name
sed "s/learning_earning_test/le_test_db_${EXECUTOR_NUMBER}/" config/database.yml.example > config/database.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment