Skip to content

Commit b9ec16e

Browse files
Remove duplicated line
1 parent 8cc948b commit b9ec16e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tracer/src/Datadog.Trace/Ci/IntelligentTestRunnerClient.cs

-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ public IntelligentTestRunnerClient(string? workingDirectory, CIVisibilitySetting
8787
// Extract custom tests configurations from DD_TAGS
8888
_customConfigurations = GetCustomTestsConfigurations(_settings.TracerSettings.GlobalTags);
8989

90-
_repositoryUrl = GetRepositoryUrl();
9190
_repositoryUrl = GetRepositoryUrl();
9291
_commitSha = GetCommitSha();
9392
_branchName = GetBranchName();

0 commit comments

Comments
 (0)