Skip to content

Commit

Permalink
Merge pull request #3579 from dragon-flyings/fixRmTestdataForbiden
Browse files Browse the repository at this point in the history
🌱  (make generate) : fix error of 'Permission denied' about binary file
  • Loading branch information
k8s-ci-robot committed Sep 3, 2023
2 parents c399f0c + 805136d commit cbbc500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ generate: generate-testdata generate-docs ## Update/generate all mock data. You

.PHONY: generate-testdata
generate-testdata: ## Update/generate the testdata in $GOPATH/src/sigs.k8s.io/kubebuilder
chmod -R +w testdata/
rm -rf testdata/
./test/testdata/generate.sh

Expand Down

0 comments on commit cbbc500

Please sign in to comment.