File tree 2 files changed +0
-4
lines changed
.github/actions/cleanup-files
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 15
15
16
16
echo "removing zarf sboms, packages, cache"
17
17
sudo rm -rf zarf-sbom /tmp/zarf-*
18
- sudo env "PATH=$PATH" CI=true make delete-packages
19
18
sudo build/zarf tools clear-cache
20
19
21
20
lsblk -f
Original file line number Diff line number Diff line change @@ -72,9 +72,6 @@ destroy: ## Run `zarf destroy` on the current cluster
72
72
$(ZARF_BIN ) destroy --confirm --remove-components
73
73
rm -fr build
74
74
75
- delete-packages : # # Delete all Zarf package tarballs in the project recursively
76
- find . -type f -name ' zarf-package-*' -not -path ' */testdata/*' -print -delete
77
-
78
75
# Note: the path to the main.go file is not used due to https://github.com/golang/go/issues/51831#issuecomment-1074188363
79
76
.PHONY : build
80
77
build : # # Build the Zarf CLI for the machines OS and architecture
You can’t perform that action at this time.
0 commit comments