Skip to content

Commit

Permalink
Merge pull request #5602 from solidusio/backport/v4.3/pr-5600
Browse files Browse the repository at this point in the history
[v4.3] Disable admin preview for extensions test apps
  • Loading branch information
tvdeyen authored Jan 18, 2024
2 parents 315067f + 70fdd02 commit 3cef95b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bin/release/extract-pipeline-context
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ context_hash = {
}

warn "~~> Generating context..."
context_hash.each { |k, v| warn "#{k}=#{v}" }

context_hash.each { |k, v| puts "#{k}=#{v}" }
context_hash.each { |k, v|
warn "#{k}=#{v}"
puts "#{k}=#{v}"
}
1 change: 1 addition & 0 deletions core/lib/spree/testing_support/common_rake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def initialize
'solidus:install',
Dir.pwd, # use the current dir as Rails.root
"--auto-accept",
"--admin-preview=#{ENV.fetch('ADMIN_PREVIEW', 'false')}",
"--authentication=none",
"--payment-method=none",
"--migrate=false",
Expand Down

0 comments on commit 3cef95b

Please sign in to comment.