Skip to content

Commit

Permalink
remove slack mentions in circleci notifications (#5891)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicks committed Jul 14, 2022
1 parent 41f19ef commit b8bc672
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ jobs:
# https://discuss.circleci.com/t/arm-version-of-remote-docker/41624
- run: ssh remote-docker "sudo apt-get update; sudo apt-get install -y qemu-user-static binfmt-support"
- slack/notify:
mentions: "nick"
message: "A Tilt release has started!"
- checkout
- gcp-cli/install
Expand All @@ -168,8 +167,7 @@ jobs:
name: Setup Docker Credentials
command: gcloud auth configure-docker
- run: ./scripts/release-ci.sh
- slack/status:
mentions: "nick"
- slack/status

workflows:
version: 2
Expand Down

0 comments on commit b8bc672

Please sign in to comment.