From 6d75c63b0d5a816809d93da2aa75766edecc8f68 Mon Sep 17 00:00:00 2001 From: Paul Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com> Date: Tue, 26 Mar 2019 12:13:15 +0000 Subject: netdata/packaging/ci: nits (#5709) It is approved by @cakrit, not sure why github doesn't let me merge it since he is code owner. We are still looking at this, merging for now as this is a really tiny and safe change anyway --- tests/installer/checksums.sh | 2 +- tests/installer/slack.sh | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/installer/checksums.sh b/tests/installer/checksums.sh index 625b1a1d7a..b2759bd5f9 100755 --- a/tests/installer/checksums.sh +++ b/tests/installer/checksums.sh @@ -12,7 +12,7 @@ set -e TOP_LEVEL=$(basename "$(git rev-parse --show-toplevel 2> /dev/null || echo "")") CWD="$(git rev-parse --show-cdup 2> /dev/null || echo "")" if [ -n "$CWD" ] || [ ! "${TOP_LEVEL}" == "netdata" ]; then - echo "Run as .travis/$(basename "$0") from top level directory of netdata git repository" + echo "Run as ./tests/installer/$(basename "$0") from top level directory of netdata git repository" echo "Kickstart validation process aborted" exit 1 fi diff --git a/tests/installer/slack.sh b/tests/installer/slack.sh index 817989db92..a5a17a7478 100755 --- a/tests/installer/slack.sh +++ b/tests/installer/slack.sh @@ -1,6 +1,5 @@ -#!/bin/bash -# -# Simple incoming webhook for slack integration. +# #No shebang necessary +# BASH Lib: Simple incoming webhook for slack integration. # # The script expects the following parameters to be defined by the upper layer: # SLACK_INCOMING_WEBHOOK_URL -- cgit v1.2.3