File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
src/PostSharp.Engineering.BuildTools/ContinuousIntegration Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -240,10 +240,6 @@ object PublicDeployment : BuildType({
240240 lockingProcesses = Swabra .LockingProcessPolicy .KILL
241241 verbose = true
242242 }
243- sshAgent {
244- // By convention, the SSH key name is always PostSharp.Engineering for all repositories using SSH to connect.
245- teamcitySshKey = " PostSharp.Engineering"
246- }
247243 }
248244
249245 dependencies {
@@ -308,10 +304,6 @@ object VersionBump : BuildType({
308304 lockingProcesses = Swabra .LockingProcessPolicy .KILL
309305 verbose = true
310306 }
311- sshAgent {
312- // By convention, the SSH key name is always PostSharp.Engineering for all repositories using SSH to connect.
313- teamcitySshKey = " PostSharp.Engineering"
314- }
315307 }
316308
317309})
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public class GitHubRepository : VcsRepository
3030
3131 public override string TeamCityRemoteUrl => this . SshUrl ;
3232
33- public override bool IsSshAgentRequired => true ;
33+ public override bool IsSshAgentRequired => false ;
3434
3535 public override string TokenEnvironmentVariableName => EnvironmentVariableNames . GitHubToken ;
3636
You can’t perform that action at this time.
0 commit comments