summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-07-18 10:40:26 -0400
committerChris Evich <cevich@redhat.com>2019-07-18 10:40:26 -0400
commit67098029bc968ffbbcd5e725ce98474f229083c3 (patch)
treeaa49429cbc138b3bf63cca53a09274d5bd80f263 /contrib
parentadcde2383f1da517c5788516d639745f5f01d300 (diff)
downloadpodman-67098029bc968ffbbcd5e725ce98474f229083c3.tar.gz
podman-67098029bc968ffbbcd5e725ce98474f229083c3.tar.bz2
podman-67098029bc968ffbbcd5e725ce98474f229083c3.zip
Cirrus: Minor scripting typo fix
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cirrus/notice_branch_failure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/notice_branch_failure.sh b/contrib/cirrus/notice_branch_failure.sh
index 423231dfd..f030c12e5 100755
--- a/contrib/cirrus/notice_branch_failure.sh
+++ b/contrib/cirrus/notice_branch_failure.sh
@@ -12,7 +12,7 @@ NOR="$(echo -n -e '\x0f')"
if [[ "$CIRRUS_BRANCH" = "$DEST_BRANCH" ]]
then
BURL="https://cirrus-ci.com/build/$CIRRUS_BUILD_ID"
- ircmsg "${RED}[Action Recommended]: ${NOR}Post-merge testing on ${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 on ${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