Skip to content

Commit f2441d3

Browse files
authored
fix (internal/civisibility): fix travis environment variables mapping (#3573)
1 parent 2635a5b commit f2441d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/civisibility/utils/ci_providers.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,9 +609,7 @@ func extractTravis() map[string]string {
609609
tags[constants.CIJobURL] = os.Getenv("TRAVIS_JOB_WEB_URL")
610610
tags[constants.GitCommitMessage] = os.Getenv("TRAVIS_COMMIT_MESSAGE")
611611

612-
tags[constants.GitHeadCommit] = os.Getenv("TRAVIS_PULL_REQUEST_SHA")
613612
tags[constants.GitPrBaseBranch] = os.Getenv("TRAVIS_PULL_REQUEST_BRANCH")
614-
615613
return tags
616614
}
617615

0 commit comments

Comments
 (0)