mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
tests - fix linux.sh
This commit is contained in:
parent
58a82ddcd6
commit
c9c7303460
1 changed files with 1 additions and 2 deletions
|
|
@ -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}" .
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue