Skip to content

Commit

Permalink
Don't install solidus twice while creating the dummy app
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Oct 6, 2023
1 parent e883f15 commit 9ed80fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/dummy-app
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@ echo "gem 'simplecov', '~> 0.22', require: false" >> Gemfile
echo "gem 'simplecov-cobertura', require: false" >> Gemfile
unbundled bundle install

unbundled bundle add solidus --github solidusio/solidus --branch "${SOLIDUS_BRANCH:-main}" --version '> 0.a'
unbundled bundle exec rake db:drop db:create
unbundled bundle exec rails generate solidus:install --auto-accept --payment-method=none --no-seed --no-sample "$@"
unbundled bundle add $extension_name --path ..
unbundled bundle exec rails generate $extension_name:install --migrate --load-seeds=false --specs=all

0 comments on commit 9ed80fe

Please sign in to comment.