Skip to content

Commit

Permalink
fix make generate-in-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ostempel committed Nov 19, 2024
1 parent 7d0322e commit 1d1a777
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 @@ -78,6 +78,7 @@ generate: $(VGOPATH) $(HELM) $(YQ)
generate-in-docker: tidy $(HELM) $(YQ)
docker run --rm -i$(DOCKER_TTY_ARG) -v $(PWD):/go/src/github.com/metal-stack/gardener-extension-audit golang:$(GO_VERSION) \
sh -c "cd /go/src/github.com/metal-stack/gardener-extension-audit \
&& chown -R $(shell id -u):$(shell id -g) ." \
&& make generate \
&& chown -R $(shell id -u):$(shell id -g) ."

Expand Down

0 comments on commit 1d1a777

Please sign in to comment.