docs: ignore step 2 (#26410)

This commit is contained in:
Erick Friis
2024-09-12 18:33:10 -07:00
committed by GitHub
parent df6cddafba
commit 89c2659f33

View File

@@ -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