We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2635a5b commit f2441d3Copy full SHA for f2441d3
internal/civisibility/utils/ci_providers.go
@@ -609,9 +609,7 @@ func extractTravis() map[string]string {
609
tags[constants.CIJobURL] = os.Getenv("TRAVIS_JOB_WEB_URL")
610
tags[constants.GitCommitMessage] = os.Getenv("TRAVIS_COMMIT_MESSAGE")
611
612
- tags[constants.GitHeadCommit] = os.Getenv("TRAVIS_PULL_REQUEST_SHA")
613
tags[constants.GitPrBaseBranch] = os.Getenv("TRAVIS_PULL_REQUEST_BRANCH")
614
-
615
return tags
616
}
617
0 commit comments