Last active
September 12, 2016 06:31
-
-
Save kcmerrill/e7b2f6104bf6d433ff145fe96725322e to your computer and use it in GitHub Desktop.
This file contains 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
pre: | | |
echo "pre!" | |
success: | | |
echo "success!" | |
failure: | | |
echo "failure" | |
post: | | |
echo "post!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment