mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 13:33:37 +00:00
rm ignore_vercel (#6302)
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
echo "VERCEL_GIT_COMMIT_REF: $VERCEL_GIT_COMMIT_REF"
|
|
||||||
|
|
||||||
if [[ "$VERCEL_GIT_COMMIT_REF" == "dev2049/docs_docusaurus" ]] ; then
|
|
||||||
# Proceed with the build
|
|
||||||
echo "✅ - Build can proceed"
|
|
||||||
exit 1;
|
|
||||||
|
|
||||||
else
|
|
||||||
# Don't build
|
|
||||||
echo "🛑 - Build cancelled"
|
|
||||||
exit 0;
|
|
||||||
fi
|
|
Reference in New Issue
Block a user