Skip to content

Commit

Permalink
some clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer committed Aug 7, 2023
1 parent 4ae4493 commit 2bdabd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ jobs:
- restore_cache: *restore_bundler_cache
- restore_cache: *restore_yarn_cache

- run: pwd
- run: ls -al

- run: ./bin/checkout-and-link-core-repo

# Install dependencies
Expand Down
3 changes: 1 addition & 2 deletions bin/checkout-and-link-core-repo
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
# Default to the main branch if we don't find a matching branch on the starter repository.
CORE_REPO_BRANCH="main"

# Look for a matching branch on the starter repository when running tests on CircleCI.
# Look for a matching branch on the core repository when running tests on CircleCI.
CI_BRANCH=$CIRCLE_BRANCH
if [[ -v CI_BRANCH ]]
then

BRANCH_RESPONSE=$(curl --verbose -H "Accept: application.vnd.github+json" https://api.github.com/repos/bullet-train-co/bullet_train-core/branches/$CI_BRANCH)

echo "Branch response ===================="
Expand Down

0 comments on commit 2bdabd5

Please sign in to comment.