From d558bcfad84e2ab4ee3c78515698e96342689e95 Mon Sep 17 00:00:00 2001 From: Davis Chase <130488702+dev2049@users.noreply.github.com> Date: Fri, 16 Jun 2023 12:06:58 -0700 Subject: [PATCH] rm ignore_vercel (#6302) --- docs/docs_skeleton/ignore_build.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 docs/docs_skeleton/ignore_build.sh diff --git a/docs/docs_skeleton/ignore_build.sh b/docs/docs_skeleton/ignore_build.sh deleted file mode 100755 index 6baf30ee..00000000 --- a/docs/docs_skeleton/ignore_build.sh +++ /dev/null @@ -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 \ No newline at end of file