Skip to content

Commit

Permalink
Move cue packages to github.com/devopzilla/guku-devx-catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
kajogo777 committed Dec 18, 2022
1 parent 4de7d5c commit b893c73
Show file tree
Hide file tree
Showing 132 changed files with 6 additions and 21,371 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,4 @@ jobs:
with:
go-version: ">=1.18"
cache: true
- uses: cue-lang/[email protected]
with:
version: "v0.4.3"
- run: make test
- run: make testcue
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ experiments
bin
examples/cue.mod
dist/
cue.mod/pkg
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@ build:
.PHONY: test
test:
@go test ./... --race --cover

.PHONY: testcue
testcue:
@cd test && cue eval
4 changes: 4 additions & 0 deletions cue.mod/module.cue
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module: ""
packages: [
"github.com/devopzilla/guku-devx-catalog@main/pkg",
]
2 changes: 1 addition & 1 deletion internal/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ func Init(ctx context.Context, parentDir, module string) error {

contents := fmt.Sprintf(`module: "%s"
packages: [
"github.com/devopzilla/guku-devx@main/pkg",
"github.com/devopzilla/guku-devx-catalog@main/pkg",
]
`, module)
if err := os.WriteFile(modFile, []byte(contents), 0600); err != nil {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b893c73

Please sign in to comment.