remove sort
All checks were successful
lint-test-helm / lint-helm (push) Successful in 12s
render-manifests-push / render-manifests-push (push) Successful in 26s
renovate / renovate (push) Successful in 52s

This commit is contained in:
2025-12-20 16:32:15 -06:00
parent a4fde8db0e
commit fa4d55168d

View File

@@ -22,8 +22,7 @@ data:
echo " ";
echo ">> Backups to be removed:";
$FILES=$(s3cmd ls --no-check-certificate ${BUCKET}/cl01tl/etcd/ |
awk -v file_match="$FILE_MATCH" '$4 < file_match {print $4}' |
grep . | sort -u);
awk -v file_match="$FILE_MATCH" '$4 < file_match {print $4}');
echo "$FILES"
if [ -n "${FILES}" ]; then