mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +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
|
# Webmin or Usermin
|
||||||
if [ ! -d "$1" ]; then
|
if [ ! -d "$1" ]; then
|
||||||
local repo="webmin/$prod.git"
|
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"
|
eval "$cmd"
|
||||||
if [ ! -d "webmin" ]; then
|
if [ ! -d "webmin" ]; then
|
||||||
cmd="git clone --depth 1 https://github.com/webmin/webmin $verbosity_level"
|
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 }}
|
ENV_BUILD__CLOUD_UPLOAD_SSH_HOST: ${{ secrets.WEBMIN_DEV__IP_ADDR }}
|
||||||
working-directory: ./.github/build
|
working-directory: ./.github/build
|
||||||
run: |-
|
run: |-
|
||||||
./deb.sh webmin --testing
|
./deb.sh webmin --testing --debug
|
||||||
./rpm.sh webmin --testing
|
./rpm.sh webmin --testing --debug
|
||||||
|
Reference in New Issue
Block a user