From c9c7303460505eea3a4404dbac937ef12c924d4b Mon Sep 17 00:00:00 2001 From: bunkerity Date: Mon, 18 Jul 2022 15:58:19 +0200 Subject: [PATCH] tests - fix linux.sh --- tests/linux.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/linux.sh b/tests/linux.sh index 78307ecd9..0232374db 100755 --- a/tests/linux.sh +++ b/tests/linux.sh @@ -20,8 +20,7 @@ function gen_package() { } function build_image() { - mode="$1" - linux="$2" + linux="$1" do_and_check_cmd docker build -t "bw-${linux}" -f "./tests/Dockerfile-${linux}" . }