File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 global :
1414 - MAGICK_CONFIGURE_PATH=$HOME/.config/ImageMagick
1515 jobs :
16+ - REDMINE_VER=4.1.0
1617 - REDMINE_VER=4.0.6
1718
1819addons :
Original file line number Diff line number Diff line change 3737
3838cd $PATH_TO_REDMINE
3939
40+ mv $TESTSPACE /database.yml.travis config/database.yml
41+ mv $TESTSPACE /additional_environment.rb config/
42+
43+ # install gems
44+ bundle install --jobs=4
45+
46+ # run redmine database migrations
47+ bundle exec rails db:migrate RAILS_ENV=test
48+
4049# create a link to the backlogs plugin
4150ln -sf $PATH_TO_PLUGIN plugins/$NAME_OF_PLUGIN
4251
@@ -45,15 +54,11 @@ git clone https://github.com/jbbarth/redmine_base_deface.git plugins/redmine_bas
4554git clone https://github.com/jbbarth/redmine_base_rspec.git plugins/redmine_base_rspec
4655git clone https://github.com/nanego/redmine_base_stimulusjs.git plugins/redmine_base_stimulusjs
4756
48- mv $TESTSPACE /database.yml.travis config/database.yml
49- mv $TESTSPACE /additional_environment.rb config/
50-
5157# install gems
5258bundle install --jobs=4
5359
54- # run redmine database migrations
55- bundle exec rails db:migrate
56- bundle exec rails redmine:plugins
60+ # run plugins migrations
61+ bundle exec rails redmine:plugins RAILS_ENV=test
5762
5863# install redmine database
5964# bundle exec rails redmine:load_default_data REDMINE_LANG=en
You can’t perform that action at this time.
0 commit comments