Skip to content

Commit 8e5b09a

Browse files
committed
do not let setup-envtest stop us from cleaning up
On-behalf-of: @SAP christoph.mewes@sap.com
1 parent eac7445 commit 8e5b09a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ build-tests:
7373

7474
.PHONY: clean
7575
clean:
76+
if [ -d $(UGET_DIRECTORY)/k8s ]; then chmod -R +w $(UGET_DIRECTORY)/k8s; fi
7677
rm -rf $(BUILD_DEST) $(UGET_DIRECTORY)
7778
@echo "Cleaned $(BUILD_DEST) and $(UGET_DIRECTORY)"
7879

0 commit comments

Comments
 (0)