Trying to enable BIM edition for Pull Preview for this branch.

pull/7190/head
Wieland Lindenthal 6 years ago
parent 1ec96c006c
commit 52259b4ebd
  1. 6
      Gemfile.modules

@ -42,6 +42,12 @@ 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