Skip to content

Commit

Permalink
fix(ci): remove the useless comment (#2724)
Browse files Browse the repository at this point in the history
  • Loading branch information
jialeicui authored Sep 7, 2023
1 parent b7198d7 commit 999c488
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/client_test/cli_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 999c488

Please sign in to comment.