mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
only go back a week
This commit is contained in:
parent
4b024c1ecc
commit
5418d7bce0
@ -34,7 +34,7 @@ artifact_pwd=$1
|
||||
shopt -s nullglob
|
||||
|
||||
start_date=$(date "+%Y-%m-%d")
|
||||
end_date=$(date --date "-10 day" "+%Y-%m-%d")
|
||||
end_date=$(date --date "-7 day" "+%Y-%m-%d")
|
||||
dates_to_clean=()
|
||||
|
||||
while [[ "$end_date" != "$start_date" ]]; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user