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

10 lines
165 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 }}
/usr/local/bin/bundle exec rake \
eupathdb:fetch_changesets \
2016-01-14 19:46:58 +00:00
RAILS_ENV="production"