Skip to content

Commit 21e71c3

Browse files
author
Paulo Gomes
committed
Set u+w to envtest folders
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 60c98b5 commit 21e71c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ ENVTEST_KUBERNETES_VERSION?=latest
176176
install-envtest: setup-envtest ## Download envtest binaries locally.
177177
mkdir -p ${ENVTEST_ASSETS_DIR}
178178
$(ENVTEST) use $(ENVTEST_KUBERNETES_VERSION) --arch=$(ENVTEST_ARCH) --bin-dir=$(ENVTEST_ASSETS_DIR)
179+
# setup-envtest sets anything below k8s to 0555
180+
chmod -R u+w $(BUILD_DIR)
179181

180182
libgit2: $(LIBGIT2) ## Detect or download libgit2 library
181183

0 commit comments

Comments
 (0)