From 999c4889fbcd09faf3f2d56e800b1338d001e674 Mon Sep 17 00:00:00 2001 From: Jialei <3217223+jialeicui@users.noreply.github.com> Date: Thu, 7 Sep 2023 15:45:57 +0800 Subject: [PATCH] fix(ci): remove the useless comment (#2724) --- scripts/client_test/cli_test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/client_test/cli_test.sh b/scripts/client_test/cli_test.sh index 392da119b9..cd22151f1a 100644 --- a/scripts/client_test/cli_test.sh +++ b/scripts/client_test/cli_test.sh @@ -5,7 +5,6 @@ set -x SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) REPO_PATH=$( cd -- "$SCRIPT_DIR/../.." &> /dev/null && pwd ) export WORK_DIR=`mktemp -d` - deletes the temp directory function cleanup { rm -rf "$WORK_DIR" echo "Deleted temp working directory $WORK_DIR"