Dev: Fix to enable debug

This commit is contained in:
Ilia Ross
2024-12-29 03:35:27 +02:00
parent 9ac2a45822
commit d24e3bf3aa
2 changed files with 3 additions and 3 deletions

View File

@ -155,7 +155,7 @@ make_prod_repos() {
# Webmin or Usermin
if [ ! -d "$1" ]; then
local repo="webmin/$prod.git"
cmd="git clone --depth 1 https://github.com/$repo $verbosity_level"
cmd="git clone https://github.com/$repo $verbosity_level"
eval "$cmd"
if [ ! -d "webmin" ]; then
cmd="git clone --depth 1 https://github.com/webmin/webmin $verbosity_level"

View File

@ -26,5 +26,5 @@ jobs:
ENV_BUILD__CLOUD_UPLOAD_SSH_HOST: ${{ secrets.WEBMIN_DEV__IP_ADDR }}
working-directory: ./.github/build
run: |-
./deb.sh webmin --testing
./rpm.sh webmin --testing
./deb.sh webmin --testing --debug
./rpm.sh webmin --testing --debug