Skip to content

Commit

Permalink
Adapt to new Solidus default branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
waiting-for-dev committed Apr 24, 2023
1 parent e3632ae commit 89472c5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
parameters:
solidus_branch:
type: string
default: 'master'
default: 'main'
rails_version:
type: string
default: '~> 7.0'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Eg. Solidus v3.3 tests against Rails 7.0

### Solidus Version

- `main` branch will test installing itself over Solidus master only.
- `main` branch will test installing itself over Solidus main only.
- the branch corresponding to the latest Solidus release (with `vX.X`
format) will only test installing itself over the corresponding
Solidus version.
Expand Down
2 changes: 1 addition & 1 deletion bin/sandbox
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test -n "${password}" && replace_in_database_yml "password" "${password}"

unbundled bundle add solidus \
--github "${SOLIDUS_REPO:-solidusio/solidus}" \
--branch "${SOLIDUS_BRANCH:-master}" \
--branch "${SOLIDUS_BRANCH:-main}" \
--version '> 0.a'

unbundled bundle exec rake db:drop db:create
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// spree/frontend/all points to the
// `vendor/assets/javascripts/spree/frontend/all.js` file generated by
// `solidus:install`. See `setup_assets` at
// https://github.com/solidusio/solidus/blob/master/core/lib/generators/solidus/install/install_generator.rb
// https://github.com/solidusio/solidus/blob/main/core/lib/generators/solidus/install/install_generator.rb
//= require spree/frontend/all

//= require utils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* spree/frontend/all points to the
* `vendor/assets/stylesheets/spree/frontend/all.css` file generated by
* `solidus:install`. See `setup_assets` at
* https://github.com/solidusio/solidus/blob/master/core/lib/generators/solidus/install/install_generator.rb
* https://github.com/solidusio/solidus/blob/main/core/lib/generators/solidus/install/install_generator.rb
*= require spree/frontend/all
*
*= require screen
Expand Down

0 comments on commit 89472c5

Please sign in to comment.