Fix to drop verbose as we successfully reworked CI/CD scripts primarily 2/3

This commit is contained in:
Ilia Ross
2024-12-30 23:34:05 +02:00
parent 5d981550af
commit 5d01d93f67

View File

@ -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