mirror of
https://github.com/containers/podman.git
synced 2025-06-20 09:03:43 +08:00
Merge pull request #2676 from cevich/fix_fail_irc
Cirrus: Fix post-merge failure notice
This commit is contained in:
@ -12,8 +12,7 @@ NOR="$(echo -n -e '\x0f')"
|
||||
if [[ "$CIRRUS_BRANCH" =~ "master" ]]
|
||||
then
|
||||
BURL="https://cirrus-ci.com/build/$CIRRUS_BUILD_ID"
|
||||
echo "Monitoring execution of $CIRRUS_TASK_NAME and notifying on failure"
|
||||
MSG="${RED}[Action Recommended]: ${NOR}Post-merge testing ${RED}$CIRRUS_BRANCH failed${NOR} in $CIRRUS_TASK_NAME on $(os_release_id)-$(os_release_ver): $BURL. Please investigate, and re-run if appropriate."
|
||||
ircmsg "${RED}[Action Recommended]: ${NOR}Post-merge testing ${RED}$CIRRUS_BRANCH failed${NOR} in $CIRRUS_TASK_NAME on $(os_release_id)-$(os_release_ver): $BURL. Please investigate, and re-run if appropriate."
|
||||
fi
|
||||
|
||||
# This script assumed to be executed on failure
|
||||
|
@ -89,4 +89,6 @@ then
|
||||
fi
|
||||
fi
|
||||
|
||||
show_env_vars
|
||||
|
||||
record_timestamp "env. setup end"
|
||||
|
Reference in New Issue
Block a user