We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc948b commit b9ec16eCopy full SHA for b9ec16e
tracer/src/Datadog.Trace/Ci/IntelligentTestRunnerClient.cs
@@ -87,7 +87,6 @@ public IntelligentTestRunnerClient(string? workingDirectory, CIVisibilitySetting
87
// Extract custom tests configurations from DD_TAGS
88
_customConfigurations = GetCustomTestsConfigurations(_settings.TracerSettings.GlobalTags);
89
90
- _repositoryUrl = GetRepositoryUrl();
91
_repositoryUrl = GetRepositoryUrl();
92
_commitSha = GetCommitSha();
93
_branchName = GetBranchName();
0 commit comments