Merge pull request #1784 from cevich/cirrus_ignore_irc

Cirrus: Ignore any error from the IRC messenger
This commit is contained in:
OpenShift Merge Robot 2018-11-08 18:06:38 -08:00 committed by GitHub
commit ada55ab7e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -106,7 +106,10 @@ ircmsg() {
SCRIPT="$GOSRC/$SCRIPT_BASE/podbot.py"
NICK="podbot_$CIRRUS_TASK_ID"
NICK="${NICK:0:15}" # Any longer will break things
set +e
$SCRIPT $NICK $1
echo "Ignoring exit($?)"
set -e
}
# Run sudo in directory with GOPATH set