mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-11-09 22:40:36 +00:00
remove hard-coded installer_package_name
This commit is contained in:
parent
fce4402c4c
commit
02d4f6d44a
@ -5,8 +5,7 @@
|
||||
|
||||
set timeout -1
|
||||
|
||||
# spawn ~/bin/redmine install {{ remote_scratch_path }}/easyredmine_package_u2072_d201511101601.zip
|
||||
spawn redmine install {{ remote_scratch_path }}/easyredmine_package_u2072_d201511101601.zip
|
||||
spawn redmine install {{ remote_scratch_path }}/{{ installer_package_name }}
|
||||
|
||||
expect -re {[\r\n]+Path for redmine_root}
|
||||
send "{{ redmine_root_dir }}\r"
|
||||
|
Loading…
Reference in New Issue
Block a user