tests - fix linux.sh

This commit is contained in:
bunkerity 2022-07-18 15:58:19 +02:00
parent 58a82ddcd6
commit c9c7303460
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 1 additions and 2 deletions

View File

@ -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}" .
}