mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-09 13:00:34 +00:00
docs: ignore case production fork master (#27971)
This commit is contained in:
parent
6f368e9eab
commit
8807e6986c
@ -2,13 +2,17 @@
|
|||||||
|
|
||||||
echo "VERCEL_ENV: $VERCEL_ENV"
|
echo "VERCEL_ENV: $VERCEL_ENV"
|
||||||
echo "VERCEL_GIT_COMMIT_REF: $VERCEL_GIT_COMMIT_REF"
|
echo "VERCEL_GIT_COMMIT_REF: $VERCEL_GIT_COMMIT_REF"
|
||||||
|
echo "VERCEL_GIT_REPO_OWNER: $VERCEL_GIT_REPO_OWNER"
|
||||||
|
echo "VERCEL_GIT_REPO_SLUG: $VERCEL_GIT_REPO_SLUG"
|
||||||
|
|
||||||
|
|
||||||
if [ "$VERCEL_ENV" == "production" ] || \
|
if { \
|
||||||
[ "$VERCEL_GIT_COMMIT_REF" == "master" ] || \
|
[ "$VERCEL_ENV" == "production" ] || \
|
||||||
[ "$VERCEL_GIT_COMMIT_REF" == "v0.1" ] || \
|
[ "$VERCEL_GIT_COMMIT_REF" == "master" ] || \
|
||||||
[ "$VERCEL_GIT_COMMIT_REF" == "v0.2" ] || \
|
[ "$VERCEL_GIT_COMMIT_REF" == "v0.1" ] || \
|
||||||
[ "$VERCEL_GIT_COMMIT_REF" == "v0.3rc" ]
|
[ "$VERCEL_GIT_COMMIT_REF" == "v0.2" ] || \
|
||||||
|
[ "$VERCEL_GIT_COMMIT_REF" == "v0.3rc" ]; \
|
||||||
|
} && [ "$VERCEL_GIT_REPO_OWNER" == "langchain-ai" ]
|
||||||
then
|
then
|
||||||
echo "✅ Production build - proceeding with build"
|
echo "✅ Production build - proceeding with build"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user