From 7462fb0984c6e40ab6a524640ba1e1a93c5b73cd Mon Sep 17 00:00:00 2001 From: Jackz Date: Thu, 12 Dec 2024 19:08:53 -0600 Subject: [PATCH] remove silence --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e19e180..b6fd5dd 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -16,7 +16,7 @@ echo "Remote Path: ${INPUT_REMOTE}" echo "Commit: ${COMMIT_SHA}" scp -o StrictHostKeyChecking=no -v -i __TEMP_INPUT_KEY_FILE \ - -P "${INPUT_PORT}" $INPUT_OPTIONS -r ${INPUT_SRC} "${INPUT_USER}"@"${INPUT_HOST}":"${INPUT_REMOTE}/${COMMIT_SHA}" 2>/dev/null + -P "${INPUT_PORT}" $INPUT_OPTIONS -r ${INPUT_SRC} "${INPUT_USER}"@"${INPUT_HOST}":"${INPUT_REMOTE}/${COMMIT_SHA}" echo "File transfer complete. Symlinking and purging old entries" ssh -o StrictHostKeyChecking=no -v -i __TEMP_INPUT_KEY_FILE \