Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 6a39755

Browse files
Peter MounceJamie Brynes
Peter Mounce
authored and
Jamie Brynes
committed
Try out more verbose ssh
Based on finding PowerShell/Win32-OpenSSH#1322
1 parent c2f29b1 commit 6a39755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ fi
1414

1515
env | sort
1616
git config --global --includes --list | sort
17-
GIT_TRACE=1 GIT_TRACE_PACKET=1 GIT_TRACE_SETUP=1 GIT_CURL_VERBOSE=1 git clone --verbose --depth 1 "${CLONE_URL}" "${SHARED_CI_DIR}"
17+
GIT_TRACE=1 GIT_TRACE_PACKET=1 GIT_TRACE_SETUP=1 GIT_CURL_VERBOSE=1 GIT_SSH_COMMAND="${GIT_SSH_COMMAND} -vvv" git clone --verbose "${CLONE_URL}" "${SHARED_CI_DIR}"

0 commit comments

Comments
 (0)