Skip to content

Commit

Permalink
More debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgott committed Jan 13, 2025
1 parent 660c5fa commit 3efdf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ github.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCj7ndNxQowgcQnjshcLrqPEiiphnt+V
EOF

# For debugging SSH transport. Delete when no longer needed.
git submodule foreach 'git config set core.sshCommand "ssh -vvv"'
git submodule foreach 'git config set core.sshCommand "ssh -vvv" && git config --list'

# Fetch all submodule refs on a local machine. On the AWS Amplify build runner,
# only execute a shallow fetch with a single branch.
Expand Down

0 comments on commit 3efdf30

Please sign in to comment.