fix(ci): remove redundant robots-test diagnostic route and check
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 8s
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🩺 Smoke Test (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🏗️ Build (push) Has been cancelled

This commit is contained in:
2026-04-13 12:20:18 +02:00
parent f143fc6099
commit f3cbdd8076
3 changed files with 1 additions and 14 deletions

View File

@@ -485,14 +485,6 @@ jobs:
run: |
BASE_URL="${{ needs.prepare.outputs.next_public_url }}"
echo "Verifying diagnostic rewrite..."
STATUS=$(curl -s -L -o /dev/null -w "%{http_code}" "$BASE_URL/robots-test")
if [ "$STATUS" != "200" ]; then
echo "❌ Diagnostic rewrite /robots-test failed! (Status: $STATUS)"
exit 1
fi
echo "✅ Diagnostic rewrite OK"
echo "Verifying case study page..."
STATUS=$(curl -s -o /dev/null -w "%{http_code}" "$BASE_URL/case-studies/klz-cables")
if [ "$STATUS" != "200" ]; then