You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
Current branch was not always correct
This commit is contained in:
@@ -62,7 +62,10 @@ select_branch()
|
|||||||
git config submodule.storage/columnstore/columnstore.update none
|
git config submodule.storage/columnstore/columnstore.update none
|
||||||
cd -
|
cd -
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cd $SCRIPT_LOCATION
|
||||||
CURRENT_BRANCH=$(git branch --show-current)
|
CURRENT_BRANCH=$(git branch --show-current)
|
||||||
|
cd -
|
||||||
message "Columnstore will be built from $color_yellow$CURRENT_BRANCH$color_normal branch"
|
message "Columnstore will be built from $color_yellow$CURRENT_BRANCH$color_normal branch"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user