diff --git a/scripts/e2e-renovate.sh b/scripts/e2e-renovate.sh index e758e85..e0b6c59 100755 --- a/scripts/e2e-renovate.sh +++ b/scripts/e2e-renovate.sh @@ -102,7 +102,7 @@ cleanup() { } # Register cleanup to run on exit -# trap cleanup EXIT +trap cleanup EXIT # --- Step 1: Initial Run (Onboarding) --- echo "Running Renovate E2E (Run 1: Onboarding)..."