Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,8 @@ jobs:
- checkout

- run:
name: Update a deploy to SUCCESS
command: circleci run release update --status=SUCCESS
when: on_success

- run:
name: Update planned deploy to FAILED
command: circleci run release update --status=FAILED
when: on_fail
name: Say Hello
command: echo "Hello, World!"

workflows:
say-hello-workflow:
Expand Down
Loading