Set u+w to envtest folders
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
This commit is contained in:
parent
60c98b5471
commit
21e71c3750
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue