Skip to content

Commit

Permalink
tooling: cleanup temp generation folder
Browse files Browse the repository at this point in the history
I think this dir held the temp gen folder but now it's `github.com/...` so let's clean it up.
  • Loading branch information
acpana authored Feb 7, 2024
1 parent e4fb31a commit 1460cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-go-crd-clients/generate-clients.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ go run ${GOPATH_REPO_ROOT}/scripts/client-gen/main.go --clientset-name versioned
# generated files out into a cleared pkg/client/ folder
rm -rf client/
mv ../github.com/GoogleCloudPlatform/k8s-config-connector/pkg/clients/generated/client .
rm -rf ../cnrm.googlesource.com
rm -rf ../github.com

0 comments on commit 1460cdb

Please sign in to comment.