Skip to content

Commit bd96105

Browse files
Add missing chmod
1 parent 5d1519f commit bd96105

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/code-gen.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ GO111MODULE=on "$GO" install \
2424
# Ensure proper package tags are in place (See: https://pkg.go.dev/k8s.io/code-generator/cmd/deepcopy-gen)
2525
printf "Running code generators...\n"
2626

27+
chmod +x "$GOPATH"/pkg/mod/k8s.io/code-generator@v0.30.0/kube_codegen.sh
28+
2729
# Use generate-groups.sh helper script to run all code generators
2830
"$GOPATH"/pkg/mod/k8s.io/code-generator@v0.30.0/kube_codegen.sh all \
2931
github.com/janekbaraniewski/kubeserial/pkg/generated \

0 commit comments

Comments
 (0)