From 42f77a79a6ec93b00dcbdd3590457db9e27d8b04 Mon Sep 17 00:00:00 2001 From: Jeremy Green Date: Mon, 7 Aug 2023 12:22:53 -0500 Subject: [PATCH] wat --- bin/checkout-and-link-core-repo | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bin/checkout-and-link-core-repo b/bin/checkout-and-link-core-repo index 1226adb8e..3965a3033 100755 --- a/bin/checkout-and-link-core-repo +++ b/bin/checkout-and-link-core-repo @@ -25,11 +25,8 @@ then fi -if [ $CORE_REPO_BRANCH == "main" ] +if [ $CORE_REPO_BRANCH != "main" ] then - # Do nothing and use the published version of the gems? -else - echo "Cloning from ${CORE_REPO_BRANCH}..." git clone -b $CORE_REPO_BRANCH --depth 1 https://github.com/bullet-train-co/bullet_train.git . @@ -65,7 +62,6 @@ else updates="${packages[@]}" bundle lock --update $updates - fi