microsoft / scalar

Scalar: A set of tools and extensions for Git to allow very large monorepos to run on Git without a virtualization layer
MIT License
1.39k stars 63 forks source link

ScalarCloneFromGitHub: drop SSH string #417

Closed derrickstolee closed 4 years ago

derrickstolee commented 4 years ago

This string was added when toying with testing SSH URLs in the functional tests. However, there was an issue with using SSH inside the build machines, so it was never used. It's now creating pain for the GitHub Actions workflows that will build Scalar. Drop it.

(This was noticed by the warnings in #413.)