mirror of
https://github.com/versity/versitygw.git
synced 2026-09-22 16:04:15 +00:00
test: mc hotfix
This commit is contained in:
@@ -427,9 +427,9 @@ check_required_commands() {
|
||||
xxd
|
||||
)
|
||||
|
||||
if [ "${INSTALL_MC:-false}" = "true" ]; then
|
||||
commands+=(mc)
|
||||
fi
|
||||
#if [ "${INSTALL_MC:-false}" = "true" ]; then
|
||||
# commands+=(mc)
|
||||
#fi
|
||||
|
||||
local cmd
|
||||
for cmd in "${commands[@]}"; do
|
||||
@@ -654,9 +654,9 @@ if [ "$os" == "Linux" ] && ! download_and_install_aws_cli; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! download_and_install_mc "$os"; then
|
||||
exit 1
|
||||
fi
|
||||
#if ! download_and_install_mc "$os"; then
|
||||
# exit 1
|
||||
#fi
|
||||
|
||||
if ! download_and_install_bats_helpers; then
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user