mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
Dev: Fix to enable debug
This commit is contained in:
2
.github/build/funcs.sh
vendored
2
.github/build/funcs.sh
vendored
@ -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"
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user