change file

This commit is contained in:
2025-03-10 18:43:37 -05:00
parent 6796d3ef06
commit 2da2b3845a

View File

@@ -174,7 +174,7 @@ backup:
s3cmd ls s3://gitea-backups-8ba8dae3674a2f53354c600e/cl01tl/cl01tl-gitea-backups/ |
awk -v week_ago="$WEEK_AGO" '$1 < week_ago {print $4}' |
while read file;
do s3cmd del "s3://gitea-backups-8ba8dae3674a2f53354c600e/cl01tl/cl01tl-gitea-backups/$file";
do s3cmd del "$file";
done;
envFrom:
- secretRef: