Skip to content

Commit 04c35b7

Browse files
authored
Link build logs to default branch
1 parent 67e9ee4 commit 04c35b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dashboard/builds.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ <h2>FHIR IG Builds</h2>
261261
${choices.map(branch => `<a id="branch-${branchnum}" class="dropdown-item" onClick="rebuild(${branchnum++}, '${org}', '${repo}', '${branch.name}')">${branch.name + (branch.failing ? " [failing]" : "")}</a>`).join(`\n`)}
262262
</div>
263263
</div>
264-
<a target="_blank" class="btn btn-primary btn-sm" href="https://build.fhir.org/ig/${org}/${repo}/branches/master/${success ? "" : "failure/"}build.log">log</a>
265-
<a target="_blank" class="btn btn-primary btn-sm" href="https://github.com/${org}/${repo}/tree/master">gh</a>
266-
<a target="_blank" class="btn btn-primary btn-sm" href="https://build.fhir.org/ig/${org}/${repo}/branches/master/${success ? "" : "failure/output/"}qa.html">qa</a>
264+
<a target="_blank" class="btn btn-primary btn-sm" href="https://build.fhir.org/ig/${org}/${repo}/branches/__default/${success ? "" : "failure/"}build.log">log</a>
265+
<a target="_blank" class="btn btn-primary btn-sm" href="https://github.com/${org}/${repo}">gh</a>
266+
<a target="_blank" class="btn btn-primary btn-sm" href="https://build.fhir.org/ig/${org}/${repo}/branches/__default/${success ? "" : "failure/output/"}qa.html">qa</a>
267267
</td>`
268268
).join(`</tr><tr>`)
269269

0 commit comments

Comments
 (0)