You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
review fixes
This commit is contained in:
committed by
Leonid Fedorov
parent
6a57129416
commit
09f5df182c
@ -27,8 +27,10 @@ if [[ -z "${CONTAINER_NAME:-}" || -z "${DOCKER_IMAGE:-}" || -z "${RESULT:-}" ||
|
||||
exit 1
|
||||
fi
|
||||
|
||||
select_pkg_format ${RESULT}
|
||||
|
||||
start_container() {
|
||||
if [[ "$RESULT" == *rocky* ]]; then
|
||||
if [[ $PKG_FORMAT == "rpm" ]]; then
|
||||
SYSTEMD_PATH="/usr/lib/systemd/systemd"
|
||||
MTR_PATH="/usr/share/mysql-test"
|
||||
else
|
||||
|
Reference in New Issue
Block a user