diff --git a/.github/build/funcs.sh b/.github/build/funcs.sh index b7a2af246..3e300e991 100755 --- a/.github/build/funcs.sh +++ b/.github/build/funcs.sh @@ -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" diff --git a/.github/workflows/webmin.dev-deploy-webmin-package.yml b/.github/workflows/webmin.dev-deploy-webmin-package.yml index d788b8502..4aeb7f7f9 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: |- - ./deb.sh webmin --testing - ./rpm.sh webmin --testing + ./deb.sh webmin --testing --debug + ./rpm.sh webmin --testing --debug