Skip to content

Instantly share code, notes, and snippets.

@hatchan
Created March 4, 2014 08:05
Show Gist options
  • Save hatchan/9342156 to your computer and use it in GitHub Desktop.
Save hatchan/9342156 to your computer and use it in GitHub Desktop.
Example of the script step
build:
steps:
- script:
name: seed the database
code: rake db:seed
- script:
name: example multiple commands
code: |
export TEST_VAR=12345
cat $TEST > test.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment