add --short

This commit is contained in:
Shuduo Sang 2020-06-02 09:45:50 +08:00
parent 28992e9ff1
commit 023ba18ff3
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ function buildTDengine {
echo "repo need to pull" echo "repo need to pull"
git pull git pull
LOCAL_COMMIT=`git rev-parse @` LOCAL_COMMIT=`git rev-parse --short @`
cd debug cd debug
rm -rf * rm -rf *
cmake .. cmake ..