change file
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user