Skip to content

Commit

Permalink
wat
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer committed Aug 7, 2023
1 parent a45fcf9 commit 42f77a7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bin/checkout-and-link-core-repo
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

Expand Down Expand Up @@ -65,7 +62,6 @@ else

updates="${packages[@]}"
bundle lock --update $updates

fi


0 comments on commit 42f77a7

Please sign in to comment.