diff --git a/phase7_post_check.sh b/phase7_post_check.sh index a0dd0b5..bde36dc 100755 --- a/phase7_post_check.sh +++ b/phase7_post_check.sh @@ -15,11 +15,11 @@ source "${SCRIPT_DIR}/lib/common.sh" load_env require_vars GITEA_ADMIN_TOKEN GITEA_INTERNAL_URL GITEA_ORG_NAME \ - REPO_1_NAME REPO_2_NAME REPO_3_NAME PROTECTED_BRANCH + REPO_NAMES PROTECTED_BRANCH log_info "=== Phase 7 Post-Check ===" -REPOS=("$REPO_1_NAME" "$REPO_2_NAME" "$REPO_3_NAME") +read -ra REPOS <<< "$REPO_NAMES" PASS=0 FAIL=0