Skip to content

Commit

Permalink
fixup! CI: Post a notification to gitter when binaries are ready
Browse files Browse the repository at this point in the history
  • Loading branch information
cameel committed Apr 12, 2022
1 parent 36ba987 commit 9af52f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ commands:
event: success
condition: on_success

gitter_notify_release:
gitter_notify_release_unless_pr:
description: "Posts a release notification to the main room on Gitter (if not running on a PR)."
steps:
- gitter_notify:
- gitter_notify_unless_pr:
event: release
condition: on_success

Expand Down Expand Up @@ -1437,7 +1437,7 @@ jobs:
../scripts/solc-bin/rename-circleci-binaries-for-solc-bin.sh
- store_artifacts:
path: solc-bin/
- gitter_notify_release
- gitter_notify_release_unless_pr

workflows:
version: 2
Expand Down

0 comments on commit 9af52f8

Please sign in to comment.