From 972e5471d13b4a6dea2ebd8b208798610d1169d4 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 4 Jun 2022 22:01:45 +0200 Subject: [PATCH] actions - fix linux deb/rpm generation --- tests/linux.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/linux.sh b/tests/linux.sh index 9119042c..746243e6 100755 --- a/tests/linux.sh +++ b/tests/linux.sh @@ -11,9 +11,7 @@ function gen_package() { else type="deb" fi - if [ "$mode" = "dev" ] ; then - do_and_check_cmd docker run --rm -v "/tmp/packages/${linux}:/data" "bw-${linux}-tests:latest" - fi + do_and_check_cmd docker run --rm -v "/tmp/packages/${linux}:/data" "bw-${linux}-tests:latest" name="bunkerweb_${version}-1_amd64" if [ "$type" = "rpm" ] ; then name="bunkerweb-${version}-1.x86_64"