diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-07-19 01:40:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-19 01:40:05 +0200 |
commit | b98e015527d5b1981307d36c40a42ca1531b583c (patch) | |
tree | e6cc826f889bf17e996a81b468faa78b4250df08 | |
parent | 2254a35d3a61c6d0793b8d6994698ab5bad1d6ac (diff) | |
parent | 67098029bc968ffbbcd5e725ce98474f229083c3 (diff) | |
download | podman-b98e015527d5b1981307d36c40a42ca1531b583c.tar.gz podman-b98e015527d5b1981307d36c40a42ca1531b583c.tar.bz2 podman-b98e015527d5b1981307d36c40a42ca1531b583c.zip |
Merge pull request #3597 from cevich/fix_cmd_not_found
Cirrus: Minor scripting typo fix
-rwxr-xr-x | contrib/cirrus/notice_branch_failure.sh | 2 |
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 |