Skip to content

Commit

Permalink
adjust makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ostempel committed Nov 19, 2024
1 parent 0b7d824 commit 14f738c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ generate-in-docker: tidy $(HELM) $(YQ)
# echo $(shell git describe --abbrev=0 --tags) > VERSION
docker run --rm -i$(DOCKER_TTY_ARG) -v $(PWD):/go/src/github.com/metal-stack/gardener-extension-csi-driver-lvm golang:$(GO_VERSION) \
sh -c "cd /go/src/github.com/metal-stack/gardener-extension-csi-driver-lvm \
&& chown -R $(shell id -u):$(shell id -g) ." \
&& make generate \
# && make install generate \
&& chown -R $(shell id -u):$(shell id -g) ."

.PHONY: test
Expand Down

0 comments on commit 14f738c

Please sign in to comment.