mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-11-09 22:40:36 +00:00
10 lines
164 B
Django/Jinja
Executable File
10 lines
164 B
Django/Jinja
Executable File
#!/bin/bash
|
|
|
|
# retrieve svn changes for Redmine
|
|
|
|
cd {{ redmine_root_dir }}
|
|
|
|
/usr/local/bin/bundle exec rake \
|
|
redmine:fetch_changesets \
|
|
RAILS_ENV="production"
|