mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Add more details when uploading (CI/CD)
[build]
This commit is contained in:
3
.github/build/functions.bash
vendored
3
.github/build/functions.bash
vendored
@@ -81,8 +81,7 @@ cloud_upload() {
|
||||
local err=0
|
||||
for u in "${arr_upl[@]}"; do
|
||||
if [ -n "$u" ]; then
|
||||
local cmd2="scp $ssh_args -r $u $CLOUD_UPLOAD_SSH_USER@\
|
||||
$CLOUD_UPLOAD_SSH_HOST:$CLOUD_UPLOAD_SSH_DIR/ $VERBOSITY_LEVEL"
|
||||
local cmd2="scp -vvv $ssh_args -r $u $CLOUD_UPLOAD_SSH_USER@$CLOUD_UPLOAD_SSH_HOST:$CLOUD_UPLOAD_SSH_DIR/ $VERBOSITY_LEVEL"
|
||||
eval "$cmd2"
|
||||
# shellcheck disable=SC2181
|
||||
if [ "$?" != "0" ]; then
|
||||
|
||||
Reference in New Issue
Block a user