From 6b7155078eba51c5e79c447e2095e8af01c5bf8a Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Tue, 30 Nov 2021 14:08:04 +0800 Subject: [PATCH] [skip ci] Add comment for ci-util.sh (#12427) Signed-off-by: Jenny Li --- tests/scripts/ci-util.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/ci-util.sh b/tests/scripts/ci-util.sh index 6231bc980..f71ed8af3 100755 --- a/tests/scripts/ci-util.sh +++ b/tests/scripts/ci-util.sh @@ -18,6 +18,7 @@ set -e # Check unset variables set -u +# Print commands set -x SOURCE="${BASH_SOURCE[0]}" -- GitLab