Skip to content

Commit

Permalink
Merge pull request #5396 from solidusio/elia/ci-cache-keys
Browse files Browse the repository at this point in the history
Use the latest bundle when testing solidus installation
  • Loading branch information
elia authored Sep 29, 2023
2 parents e4ae444 + ecdd51a commit 803be9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,15 @@ commands:
- run:
name: "Cleanup & check rails version"
command: |
sudo gem update --system
gem install bundler -v"~> 2.4"
gem environment path
rm -rf /tmp/my_app /tmp/.ruby-versions # cleanup previous runs
rm -rf /tmp/my_app /tmp/.gems-versions # cleanup previous runs
ruby -v >> /tmp/.ruby-versions
gem --version >> /tmp/.gems-versions
bundle --version >> /tmp/.gems-versions
gem search -eq rails >> /tmp/.gems-versions # get the latest rails from rubygems
gem search -eq solidus >> /tmp/.gems-versions # get the latest solidus from rubygems
Expand Down

0 comments on commit 803be9d

Please sign in to comment.