Skip to content

Commit

Permalink
Merge pull request #1547 from tnozicka/fix-controller-gen-flake
Browse files Browse the repository at this point in the history
Avoid controller-gen issue with path parsing
  • Loading branch information
scylla-operator-bot[bot] authored Nov 9, 2023
2 parents 827cdda + bded9e7 commit 95f35a8
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 @@ -309,7 +309,7 @@ update-crds:
$(call generate-crds,)
.PHONY: update-crds

verify-crds: tmp_dir :=$(shell mktemp -d)
verify-crds: tmp_dir :=$(shell mktemp -d crd-XXXXXX)
verify-crds:
mkdir '$(tmp_dir)'/{original,generated}

Expand Down

0 comments on commit 95f35a8

Please sign in to comment.