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

Commit

Permalink
Try out more verbose ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Mounce authored and Jamie Brynes committed Apr 29, 2019
1 parent c2f29b1 commit 6a39755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ fi

env | sort
git config --global --includes --list | sort
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}"
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 comments on commit 6a39755

Please sign in to comment.