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 3f23e12 commit 5cc6d81Copy full SHA for 5cc6d81
internal/ci/base/base.cue
@@ -37,7 +37,7 @@ import (
37
// Package parameters
38
githubRepositoryPath: *(URLPath & {#url: githubRepositoryURL, _}) | string
39
githubRepositoryURL: *("https://github.com/" + githubRepositoryPath) | string
40
-gerritHubHostname: "review.gerrithub.io"
+gerritHubHostname: *"review.gerrithub.io" | string
41
gerritHubRepositoryURL: *("https://\(gerritHubHostname)/a/" + githubRepositoryPath) | string
42
trybotRepositoryPath: *(githubRepositoryPath + "-" + trybot.key) | string
43
trybotRepositoryURL: *("https://github.com/" + trybotRepositoryPath) | string
0 commit comments