Skip to content

Commit 4212044

Browse files
authored
Fix the link to the Prow CI build logs. (#1137)
1 parent 2d3b7c2 commit 4212044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/com/google/firebase/gradle/plugins/ci/CheckCoveragePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class CheckCoveragePlugin implements Plugin<Project> {
105105
def domain = "android-ci.firebaseopensource.com"
106106
def bucket = "android-ci"
107107
def dir = type == "presubmit" ? "pr-logs/pull/${org}_${repo}/${pr}" : "logs"
108-
def path = "${name}/${job}"
108+
def path = "${name}/${build}"
109109
def url = URLEncoder.encode("https://${domain}/view/gcs/${bucket}/${dir}/${path}", "UTF-8")
110110

111111
project.exec {

0 commit comments

Comments
 (0)