From eaba60d182f17b76d2ede0492d4cc3a7979dc0a7 Mon Sep 17 00:00:00 2001 From: miampf Date: Fri, 19 Apr 2024 08:58:54 +0200 Subject: [PATCH] TEST: cleanup weekly --- .github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh b/.github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh index 0da75f25b..57bd95d40 100755 --- a/.github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh +++ b/.github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh @@ -63,6 +63,8 @@ done mapfile -t database_ids < <(echo "${database_ids[@]}") mapfile -td " " database_ids < <(echo "${database_ids[@]}") +database_ids=("8739507117") + echo "[*] downloading terraform state artifacts" for id in "${database_ids[@]}"; do if [[ $id == *[^[:space:]]* ]]; then