1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

Current branch was not always correct

This commit is contained in:
Leonid Fedorov
2022-03-22 11:54:17 +00:00
parent 63c19a2413
commit 42f0dae81b

View File

@ -62,7 +62,10 @@ select_branch()
git config submodule.storage/columnstore/columnstore.update none
cd -
fi
cd $SCRIPT_LOCATION
CURRENT_BRANCH=$(git branch --show-current)
cd -
message "Columnstore will be built from $color_yellow$CURRENT_BRANCH$color_normal branch"
}