From 5e5cdf397c952a85aa0eb4391bb8c17cb07df357 Mon Sep 17 00:00:00 2001 From: axleiro <83293196+axleiro@users.noreply.github.com> Date: Mon, 17 Jan 2022 16:12:24 +0530 Subject: [PATCH] fixing CI --- system-test/automation_utils.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/system-test/automation_utils.sh b/system-test/automation_utils.sh index f17e117ab6..ad2d261e4c 100755 --- a/system-test/automation_utils.sh +++ b/system-test/automation_utils.sh @@ -5,11 +5,9 @@ # shellcheck disable=SC1091 # shellcheck disable=SC2034 -echo "DIR in system-test/automation_utils is : $( cd "$( dirname "${BASH_SOURCE[0]}" )"" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" REPO_ROOT=${DIR}/.. -echo "REPO_ROOT in system-test/automation_utils is : $REPO_ROOT" source "${REPO_ROOT}"/ci/upload-ci-artifact.sh function execution_step { @@ -34,7 +32,6 @@ function analyze_packet_loss { set -x # shellcheck disable=SC1091 source "${REPO_ROOT}"/net/config/config - cat "${REPO_ROOT}"/net/config/config mkdir -p iftop-logs execution_step "Map private -> public IP addresses in iftop logs" # shellcheck disable=SC2154 @@ -203,7 +200,6 @@ function upload_results_to_slack() { echo "SLACK_WEBHOOOK_URL undefined" exit 1 fi - echo "SLACK_WEBHOOOK_URL is : $SLACK_WEBHOOOK_URL" [[ -n $BUILDKITE_MESSAGE ]] || BUILDKITE_MESSAGE="Message not defined"