From bc3cfe1145a5e0c74fcd3bd70fa5f398e300a42c Mon Sep 17 00:00:00 2001 From: miampf Date: Thu, 25 Apr 2024 12:45:44 +0200 Subject: [PATCH] removed testcase --- .github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh b/.github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh index f7868bdc2..0da75f25b 100755 --- a/.github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh +++ b/.github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh @@ -63,8 +63,6 @@ done mapfile -t database_ids < <(echo "${database_ids[@]}") mapfile -td " " database_ids < <(echo "${database_ids[@]}") -database_ids=("8750778451") - echo "[*] downloading terraform state artifacts" for id in "${database_ids[@]}"; do if [[ $id == *[^[:space:]]* ]]; then