diff --git a/infrastructure/07-rag-setup.sh b/infrastructure/07-rag-setup.sh index c42ea4c..a0bbb03 100644 --- a/infrastructure/07-rag-setup.sh +++ b/infrastructure/07-rag-setup.sh @@ -31,9 +31,8 @@ echo "" bash "$(dirname "$0")/00-authcheck.sh" -gcloud services enable aiplatform.googleapis.com - storage.googleapis.com - --project="${PROJECT_ID}" --quiet +gcloud services enable aiplatform.googleapis.com --project="${PROJECT_ID}" --quiet +gcloud services enable storage.googleapis.com --project="${PROJECT_ID}" --quiet echo "✓ APIs enabled" # ── GCS bucket (idempotent) ─────────────────────────────────────────────