1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

chore(build): Bootstrap use current cranch

This commit is contained in:
Leonid Fedorov
2025-04-15 12:25:19 +00:00
committed by Leonid Fedorov
parent ddbed4eacc
commit 037f2d0333

View File

@ -31,6 +31,12 @@ if [ "$EUID" -ne 0 ]; then
exit 1
fi
cd $SCRIPT_LOCATION
CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
BRANCHES=($(git branch --list --no-color | grep "[^* ]+" -Eo))
cd - >/dev/null
echo "Arguments received: $@"
message "Building Mariadb Server from $color_yellow$MDB_SOURCE_PATH$color_normal"