diff --git a/.circleci/config.yml b/.circleci/config.yml index ce21131..80f188e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,17 +8,7 @@ jobs: steps: - 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 - workflows: say-hello-workflow: jobs: - - say-hello \ No newline at end of file + - say-hello