From 5418d7bce014c89a7fdb0a0417f3912128e7d99e Mon Sep 17 00:00:00 2001 From: miampf Date: Mon, 29 Jan 2024 16:06:59 +0100 Subject: [PATCH] only go back a week --- .github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh b/.github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh index 559b6189e..753f83cfc 100755 --- a/.github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh +++ b/.github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh @@ -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