From 1ed74667b1c99c72355b074764f5a7d75bef6123 Mon Sep 17 00:00:00 2001 From: walker Date: Sun, 4 Feb 2024 14:32:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0test=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker_build_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_build_run.sh b/docker_build_run.sh index a25a4ac..23093b2 100644 --- a/docker_build_run.sh +++ b/docker_build_run.sh @@ -7,7 +7,7 @@ if [ -z $CONFIG ]; then exit 1 fi -CONFIG_ARR=("bj_local" "dev" "local" "test_local") +CONFIG_ARR=("bj_local" "dev" "local" "test_local" "test") if [[ ! " ${CONFIG_ARR[@]} " =~ " ${CONFIG} " ]]; then echo "Unknown config file name. Usage: $0 " exit 1