fix script
All checks were successful
renovate / renovate (push) Successful in 1m16s
lint-test-helm / helm-lint (push) Successful in 7s

This commit is contained in:
2025-07-09 19:26:40 -05:00
parent 27f5a94b88
commit 65085e0708

View File

@@ -90,10 +90,10 @@ etcd-backup:
echo ">> Deleting ..."
s3cmd ls ${BUCKET}/cl01tl/etcd/ |
awk -v file_match="$FILE_MATCH" '$4 < file_match {print $4}' |
while read file;
do s3cmd del -v "$file";
while read file; do
s3cmd del "$file";
done;
echo ">> Completed S3 prune for Gitea backup repository"
echo ">> Completed S3 prune for Talos backup repository"
env:
- name: BUCKET
valueFrom: