-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d1519f
commit bd96105
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,8 @@ GO111MODULE=on "$GO" install \ | |
# Ensure proper package tags are in place (See: https://pkg.go.dev/k8s.io/code-generator/cmd/deepcopy-gen) | ||
printf "Running code generators...\n" | ||
|
||
chmod +x "$GOPATH"/pkg/mod/k8s.io/[email protected]/kube_codegen.sh | ||
|
||
# Use generate-groups.sh helper script to run all code generators | ||
"$GOPATH"/pkg/mod/k8s.io/[email protected]/kube_codegen.sh all \ | ||
github.com/janekbaraniewski/kubeserial/pkg/generated \ | ||
|