Skip to content

Commit eb8b918

Browse files
committed
Removed some debug
1 parent 9a77bc6 commit eb8b918

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/scripts/run-ssh-local.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,9 @@ USER=$2
2121
SCRIPT_DIR=$3
2222
SCRIPT_NAME=$4
2323

24-
for ((i = 1; i <= $#; i++)); do
25-
echo "run-ssh-local Arg $i: ${!i}"
26-
done
27-
2824
args=()
2925
for i in ${@:5}; do
3026
args+=("'"$i"'")
3127
done
3228

33-
echo "run-ssh-local Args: ${myArray[@]}"
34-
3529
ssh -o 'ServerAliveInterval 60' ${USER}@${HOST} 'bash -s' -- "${args[@]}" < ${SCRIPT_DIR}/${SCRIPT_NAME}.sh |& tee logs/${SCRIPT_NAME}.log

0 commit comments

Comments
 (0)