Run performance test on master branch

This commit is contained in:
Ping Xiao 2021-04-15 15:58:48 +08:00
parent 604c29b0b7
commit ab54c5d3a1
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ function buildTDengine {
git remote update > /dev/null git remote update > /dev/null
git reset --hard HEAD git reset --hard HEAD
git checkout develop git checkout master
REMOTE_COMMIT=`git rev-parse --short remotes/origin/develop` REMOTE_COMMIT=`git rev-parse --short remotes/origin/master`
LOCAL_COMMIT=`git rev-parse --short @` LOCAL_COMMIT=`git rev-parse --short @`
echo " LOCAL: $LOCAL_COMMIT" echo " LOCAL: $LOCAL_COMMIT"