From 5d01d93f67918d0c78b5354619ff0b79151deb50 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Mon, 30 Dec 2024 23:34:05 +0200 Subject: [PATCH] Fix to drop verbose as we successfully reworked CI/CD scripts primarily 2/3 --- .github/workflows/webmin.dev-deploy-webmin-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/webmin.dev-deploy-webmin-package.yml b/.github/workflows/webmin.dev-deploy-webmin-package.yml index ce2862e9f..b10bccb03 100644 --- a/.github/workflows/webmin.dev-deploy-webmin-package.yml +++ b/.github/workflows/webmin.dev-deploy-webmin-package.yml @@ -26,5 +26,5 @@ jobs: ENV_BUILD__CLOUD_UPLOAD_SSH_HOST: ${{ secrets.WEBMIN_DEV__IP_ADDR }} working-directory: ./.github/build run: |- - ./build-deb-package.bash webmin --testing --verbose - ./build-rpm-package.bash webmin --testing --verbose + ./build-deb-package.bash webmin --testing + ./build-rpm-package.bash webmin --testing