actions - fix linux deb/rpm generation

This commit is contained in:
florian 2022-06-04 22:01:45 +02:00
parent b246c6d7e2
commit 972e5471d1

View File

@ -11,9 +11,7 @@ function gen_package() {
else else
type="deb" type="deb"
fi fi
if [ "$mode" = "dev" ] ; then
do_and_check_cmd docker run --rm -v "/tmp/packages/${linux}:/data" "bw-${linux}-tests:latest" do_and_check_cmd docker run --rm -v "/tmp/packages/${linux}:/data" "bw-${linux}-tests:latest"
fi
name="bunkerweb_${version}-1_amd64" name="bunkerweb_${version}-1_amd64"
if [ "$type" = "rpm" ] ; then if [ "$type" = "rpm" ] ; then
name="bunkerweb-${version}-1.x86_64" name="bunkerweb-${version}-1.x86_64"