Skip to content

Instantly share code, notes, and snippets.

@Sydney-o9
Last active January 29, 2018 21:03
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 Sydney-o9/717afb421191f1929dcb2cf067e4b8b5 to your computer and use it in GitHub Desktop.
Save Sydney-o9/717afb421191f1929dcb2cf067e4b8b5 to your computer and use it in GitHub Desktop.
#CircleCI - Tip 1 - Snippet 1
- run:
name: Build Success
when: on_success
command: |
echo "I am executed when the build succeeds..."
- run:
name: Build Failed
when: on_fail
command: |
echo "I am executed when the build fails..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment