Skip to content

Commit

Permalink
failing check is bad
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Mar 11, 2022
1 parent f11bd7f commit 27cec05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nightly_check/nightly_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function send_success_notification() {
}

function send_failure_notification() {
curl -X POST -H 'Content-type: application/json' --data "{\"text\":\"❌ Nightly check miserably failed! 💪🌲!\n $(tail -n20 "$1")\"}" "$SLACK_HOOK"
curl -X POST -H 'Content-type: application/json' --data "{\"text\":\"❌ Nightly check miserably failed!\n $(tail -n20 "$1")\"}" "$SLACK_HOOK"
}

function cleanup() {
Expand Down

0 comments on commit 27cec05

Please sign in to comment.