Skip to content

Commit cd0b4d0

Browse files
author
Nacho Bonafonte
committed
Remove Gitlab pipeline url workaround, now it is necessary
1 parent 819bde6 commit cd0b4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/DatadogSDKTesting/DDEnvironmentValues.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ internal struct DDEnvironmentValues {
395395
workspaceEnv = DDEnvironmentValues.getEnvVariable("CI_PROJECT_DIR")
396396
pipelineId = DDEnvironmentValues.getEnvVariable("CI_PIPELINE_ID")
397397
pipelineNumber = DDEnvironmentValues.getEnvVariable("CI_PIPELINE_IID")
398-
pipelineURL = DDEnvironmentValues.getEnvVariable("CI_PIPELINE_URL")?.replacingOccurrences(of: "/-/", with: "/")
398+
pipelineURL = DDEnvironmentValues.getEnvVariable("CI_PIPELINE_URL")
399399
pipelineName = DDEnvironmentValues.getEnvVariable("CI_PROJECT_PATH")
400400
jobURL = DDEnvironmentValues.getEnvVariable("CI_JOB_URL")
401401
jobName = DDEnvironmentValues.getEnvVariable("CI_JOB_NAME")

0 commit comments

Comments
 (0)