mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-18 03:54:37 -04:00
only go back a week
This commit is contained in:
parent
4b024c1ecc
commit
5418d7bce0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue