Skip to content

Commit 05ea543

Browse files
committed
fix redeclaration of &slack-fail-event in circleci config.yml
1 parent a754525 commit 05ea543

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,5 @@ jobs:
704704
- prepare_go
705705
- upload_binaries_command:
706706
platform: << parameters.platform >>
707-
- slack/notify: &slack-fail-event
708-
event: fail
709-
template: basic_fail_1
707+
- slack/notify:
708+
<<: *slack-fail-event

0 commit comments

Comments
 (0)