Created
March 4, 2014 08:05
-
-
Save hatchan/9342156 to your computer and use it in GitHub Desktop.
Example of the script step
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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