Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
ci: fix vendor path of GitHub workflow definitions
Browse files Browse the repository at this point in the history
Change-Id: Ia8e3a50a857eb1d82a34e75b65ec9f39608ce8fc
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/6220
Reviewed-by: Paul Jolly <paul@myitcv.org.uk>
  • Loading branch information
myitcv committed May 28, 2020
1 parent c47316f commit 78cc785
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/ci/ci_tool.cue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ command: vendorgithubschema: {
}
convert: exec.Run & {
stdin: get.response.body
cmd: "go run cuelang.org/go/cmd/cue import -f -p json -l #Workflow: jsonschema: - --outfile pkg/github.com/SchemaStore/schemastore/schemas/json/github-workflow.cue"
cmd: "go run cuelang.org/go/cmd/cue import -f -p json -l #Workflow: jsonschema: - --outfile pkg/github.com/SchemaStore/schemastore/src/schemas/json/github-workflow.cue"
}
}
2 changes: 1 addition & 1 deletion internal/ci/workflows.cue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package ci

import (
"github.com/SchemaStore/schemastore/schemas/json"
"github.com/SchemaStore/schemastore/src/schemas/json"
encjson "encoding/json"
)

Expand Down

0 comments on commit 78cc785

Please sign in to comment.