Skip to content

Commit

Permalink
update go generate targets
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <[email protected]>
  • Loading branch information
alexandreLamarre committed Dec 31, 2024
1 parent 72eaedf commit dae8a96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
11 changes: 4 additions & 7 deletions generate.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
//go:generate go run pkg/helm-locker/codegen/cleanup/main.go
//go:generate go run pkg/helm-locker/codegen/main.go
//go:generate go run ./pkg/helm-locker/codegen crds ./crds/helm-locker/crds.yaml

//go:generate go run pkg/helm-project-operator/codegen/cleanup/main.go
//go:generate go run pkg/helm-project-operator/codegen/main.go
//go:generate go run ./pkg/helm-project-operator/codegen crds ./crds/helm-project-operator ./crds/helm-project-operator
//go:generate go run internal/helm-locker/pkg/codegen/main.go
//go:generate go run internal/helm-locker/pkg/codegen/main.go ./crds/helm-locker/crds.yaml
//go:generate go run internal/helm-project-operator/pkg/codegen/main.go
//go:generate go run internal/helm-project-operator/pkg/codegen/main.go ./crds/helm-project-operator ./crds/helm-project-operator

package main
3 changes: 0 additions & 3 deletions internal/helm-locker/generate.go

This file was deleted.

5 changes: 0 additions & 5 deletions internal/helm-project-operator/generate.go

This file was deleted.

0 comments on commit dae8a96

Please sign in to comment.