summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 3ab81c8f..f65dcf03 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -547,6 +547,7 @@ irc_message() {
local CHANNEL="$1"
shift
local MESSAGE="$@"
+ echo "Sending '$MESSAGE' to $CHANNEL now."
kgb-client --conf /srv/jenkins/kgb/$CHANNEL.conf --relay-msg "$MESSAGE" || true # don't fail the whole job
}