From 023ba18ff3544b5192976616ddbc43390136292c Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Tue, 2 Jun 2020 09:45:50 +0800 Subject: [PATCH] add --short --- tests/perftest-scripts/perftest-daily.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/perftest-scripts/perftest-daily.sh b/tests/perftest-scripts/perftest-daily.sh index 9d51438f63..db9de11381 100755 --- a/tests/perftest-scripts/perftest-daily.sh +++ b/tests/perftest-scripts/perftest-daily.sh @@ -44,7 +44,7 @@ function buildTDengine { echo "repo need to pull" git pull - LOCAL_COMMIT=`git rev-parse @` + LOCAL_COMMIT=`git rev-parse --short @` cd debug rm -rf * cmake .. -- GitLab