From 185b473efe5955508fba0604eea9c6fe89ef6a49 Mon Sep 17 00:00:00 2001 From: Derrick Stolee Date: Thu, 13 Aug 2020 22:00:20 -0400 Subject: [PATCH] ScalarCloneFromGitHub: drop SSH string 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. Signed-off-by: Derrick Stolee --- .../Tests/MultiEnlistmentTests/ScalarCloneFromGithub.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Scalar.FunctionalTests/Tests/MultiEnlistmentTests/ScalarCloneFromGithub.cs b/Scalar.FunctionalTests/Tests/MultiEnlistmentTests/ScalarCloneFromGithub.cs index ce449a822c..a573161466 100644 --- a/Scalar.FunctionalTests/Tests/MultiEnlistmentTests/ScalarCloneFromGithub.cs +++ b/Scalar.FunctionalTests/Tests/MultiEnlistmentTests/ScalarCloneFromGithub.cs @@ -12,7 +12,6 @@ namespace Scalar.FunctionalTests.Tests.MultiEnlistmentTests public class ScalarCloneFromGithub : TestsWithMultiEnlistment { private static readonly string MicrosoftScalarHttp = "https://github.com/microsoft/scalar"; - private static readonly string MicrosoftScalarSsh = "git@github.com:microsoft/scalar.git"; private FileSystemRunner fileSystem;