Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer committed Aug 7, 2023
1 parent 3b801ec commit f675334
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/checkout-and-link-core-repo
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ then
echo "Cloning from ${CORE_REPO_BRANCH}..."
git clone -b $CORE_REPO_BRANCH --depth 1 https://github.com/bullet-train-co/bullet_train.git ./core

ls -al ./core

# TODO: Maybe generate this list automatically based on the subdirectories in core that contain a .gemspec?
packages=(
"bullet_train"
Expand Down Expand Up @@ -76,6 +78,10 @@ then
echo "gem \"$package\", path: \"./core/$package\"" >> Gemfile
done

echo "============================================================="
cat Gemfile
echo "============================================================="

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

0 comments on commit f675334

Please sign in to comment.