diff --git a/.circleci/config.yml b/.circleci/config.yml index ce21131..6f14540 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: