Skip to content

Commit

Permalink
internal/ci: re-baseline base from cue-lang/cue@2d329b54
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Jolly <[email protected]>
Change-Id: Ie2e933362b83c39e617f52e8b2348978542ee0c7
Dispatch-Trailer: {"type":"trybot","CL":1200726,"patchset":2,"ref":"refs/changes/26/1200726/2","targetBranch":"master"}
  • Loading branch information
myitcv authored and cueckoo committed Sep 5, 2024
1 parent 1db4043 commit 5d793a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/evict_caches.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/ci/base/base.cue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ botGerritHubUser: *botGitHubUser | string
botGerritHubUserPasswordSecretsKey: *(strings.ToUpper(botGitHubUser) + "_GERRITHUB_PASSWORD") | string
botGerritHubUserEmail: *botGitHubUserEmail | string

workflowFileExtension: ".yml"
workflowFileExtension: ".yaml"

linuxMachine: string

Expand Down
2 changes: 1 addition & 1 deletion internal/ci/base/github.cue
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ checkoutCode: {

earlyChecks: json.#step & {
name: "Early git and code sanity checks"
run: "go run cuelang.org/go/internal/ci/[email protected]"
run: *"go run cuelang.org/go/internal/ci/[email protected]" | string
}

curlGitHubAPI: {
Expand Down

0 comments on commit 5d793a2

Please sign in to comment.