From 89c2659f3332e10225457c1bd1fac8bb8c089394 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 12 Sep 2024 18:33:10 -0700 Subject: [PATCH] docs: ignore step 2 (#26410) --- docs/ignore-step.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ignore-step.sh b/docs/ignore-step.sh index 40bc7a7c4df..0169516ad8a 100755 --- a/docs/ignore-step.sh +++ b/docs/ignore-step.sh @@ -8,7 +8,7 @@ if [ "$VERCEL_ENV" == "production" ] || \ [ "$VERCEL_GIT_COMMIT_REF" == "master" ] || \ [ "$VERCEL_GIT_COMMIT_REF" == "v0.1" ] || \ [ "$VERCEL_GIT_COMMIT_REF" == "v0.2" ] || \ - [ "$VERCEL_GIT_COMMIT_REF" == "v0.3" ] + [ "$VERCEL_GIT_COMMIT_REF" == "v0.3rc" ] then echo "✅ Production build - proceeding with build" exit 1