Skip to content

Commit f60a70a

Browse files
authored
Fix release by removing package delete (#3117)
Signed-off-by: Philip Laine <[email protected]>
1 parent 39d0812 commit f60a70a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/actions/cleanup-files/action.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ runs:
1515
1616
echo "removing zarf sboms, packages, cache"
1717
sudo rm -rf zarf-sbom /tmp/zarf-*
18-
sudo env "PATH=$PATH" CI=true make delete-packages
1918
sudo build/zarf tools clear-cache
2019
2120
lsblk -f

Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ destroy: ## Run `zarf destroy` on the current cluster
7272
$(ZARF_BIN) destroy --confirm --remove-components
7373
rm -fr build
7474

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-
7875
# Note: the path to the main.go file is not used due to https://github.com/golang/go/issues/51831#issuecomment-1074188363
7976
.PHONY: build
8077
build: ## Build the Zarf CLI for the machines OS and architecture

0 commit comments

Comments
 (0)