1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-09-20 07:40:34 +00:00
vagrant-easyredmine/roles/easyredmine/templates/redmine_fetch_changesets.j2

13 lines
307 B
Plaintext
Raw Normal View History

2016-01-14 19:46:58 +00:00
#!/bin/bash
# retrieve svn changes for Redmine
cd {{ redmine_root_dir }}
2018-01-24 18:48:08 +00:00
[[ -s "{{ rvm1_install_path }}/scripts/rvm" ]] && \
source "{{ rvm1_install_path }}/scripts/rvm"
{{ rvm1_install_path }}/gems/ruby-{{ ruby_version }}/bin/bundle exec rake \
eupathdb:fetch_changesets \
2016-01-14 19:46:58 +00:00
RAILS_ENV="production"