mirror of
https://github.com/containers/podman.git
synced 2025-06-19 16:33:24 +08:00
Merge pull request #1784 from cevich/cirrus_ignore_irc
Cirrus: Ignore any error from the IRC messenger
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user