remove ENV overwrite for PullPreview

pull/7190/head
Wieland Lindenthal 6 years ago
parent 8fc897a53f
commit ba64fdd4fb
  1. 6
      Gemfile.modules

@ -42,12 +42,6 @@ group :opf_plugins do
gem 'grids', path: 'modules/grids'
gem 'openproject-boards', path: 'modules/boards'
### REMOVE THIS BEFORE MERGING INTO dev ###
# Needed for PullPreview
ENV['OPENPROJECT_EDITION'] = 'bim'
###
gem 'openproject-bim_seeder', path: 'modules/bim_seeder', require: !!(ENV['OPENPROJECT_EDITION'] == 'bim')
gem 'openproject-bcf', path: 'modules/bcf', require: !!(ENV['OPENPROJECT_EDITION'] == 'bim')
end

Loading…
Cancel
Save