summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPavlos Emm. Katsoulakis <paul@netdata.rocks>2019-05-19 15:30:05 +0300
committerPavlos Emm. Katsoulakis <paul@netdata.rocks>2019-05-19 15:30:05 +0300
commitd5ffdf49f493208b69e672f24d389ccfc2ef3371 (patch)
tree2f699b7136b02d67b45578089d0f5a35b0251bbd /tests
parentc265378b2da0d1d7f72929eb1f75fa0bf4b1b86c (diff)
netdata/packaging/ci: Fix slack integration
Diffstat (limited to 'tests')
-rwxr-xr-xtests/installer/checksums.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/installer/checksums.sh b/tests/installer/checksums.sh
index 6cb9db7c52..b2b0b2a22e 100755
--- a/tests/installer/checksums.sh
+++ b/tests/installer/checksums.sh
@@ -33,7 +33,7 @@ for file in kickstart.sh kickstart-static64.sh; do
if [ "$KICKSTART_MD5" == "$CALCULATED_MD5" ]; then
echo "${KICKSTART_URL} looks fine"
else
- post_message "Attention <!here> , ${KICKSTART_URL} md5sum does not match local file, it needs to be updated"
+ post_message "TRAVIS_MESSAGE" "Attention <!here> , ${KICKSTART_URL} md5sum does not match local file, it needs to be updated"
fi
fi