Set u+w to envtest folders

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
This commit is contained in:
Paulo Gomes 2022-02-07 13:00:03 +00:00
parent 60c98b5471
commit 21e71c3750
No known key found for this signature in database
GPG Key ID: 9995233870E99BEE
1 changed files with 2 additions and 0 deletions

View File

@ -176,6 +176,8 @@ ENVTEST_KUBERNETES_VERSION?=latest
install-envtest: setup-envtest ## Download envtest binaries locally.
mkdir -p ${ENVTEST_ASSETS_DIR}
$(ENVTEST) use $(ENVTEST_KUBERNETES_VERSION) --arch=$(ENVTEST_ARCH) --bin-dir=$(ENVTEST_ASSETS_DIR)
# setup-envtest sets anything below k8s to 0555
chmod -R u+w $(BUILD_DIR)
libgit2: $(LIBGIT2) ## Detect or download libgit2 library