Skip to content

Commit

Permalink
Disable git pager, more troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
lacostej committed Jan 18, 2024
1 parent 3269ce5 commit fb0ed55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ jobs:
name: Investigate why bundle update fails
command: |
mv Gemfile.lock Gemfile.lock.old
echo "Trying to install"
bundle install
git diff Gemfile.lock
git --no-pager diff Gemfile.lock
echo "Trying to update"
bundle update
git --no-pager diff Gemfile.lock
rm Gemfile.lock
mv Gemfile.lock.old Gemfile.lock
- run: bundle update
Expand Down

0 comments on commit fb0ed55

Please sign in to comment.