Skip to content

Commit 34cd8ee

Browse files
crisbetoandrewseguin
authored andcommitted
build: fix wrong directory for notification script (#19626)
The path to the Slack notification script seems to be incorrect.
1 parent dc38ab7 commit 34cd8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ var_21: &slack_notify_on_failure
143143
run:
144144
name: "Notifying team about job failure"
145145
when: on_fail
146-
command: ./scripts/notify-slack-job-failure.sh
146+
command: ./scripts/circleci/notify-slack-job-failure.sh
147147

148148
# -----------------------------
149149
# Container version of CircleCI

0 commit comments

Comments
 (0)