2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-08 00:04:38 +00:00

minor tweak to output directory

This commit is contained in:
Ameya Shenoy 2018-03-18 20:13:30 +05:30
parent 35f3e88ddf
commit 5620d2e5b6
No known key found for this signature in database
GPG Key ID: 735490161CD5C91E
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"builders": [{
"vm_name": "ERPNext-Develop-{{isotime \"20060102150405\"}}",
"output_directory": "Builds",
"output_directory": "Developer Builds",
"type": "virtualbox-iso",
"boot_command": [
"<enter><wait><f6><esc><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
@ -87,7 +87,7 @@
}, {
"type": "vagrant",
"keep_input_artifact": true,
"output": "Builds//ERPNext-Vagrant-Develop-{{isotime \"20060102150405\"}}.box",
"output": "Developer Builds/ERPNext-Vagrant-Develop-{{isotime \"20060102150405\"}}.box",
"vagrantfile_template": "Vagrantfile"
}]
}

View File

@ -1,7 +1,7 @@
{
"builders": [{
"vm_name": "ERPNext-Production-{{isotime \"20060102150405\"}}",
"output_directory": "Builds",
"output_directory": "Production Builds",
"type": "virtualbox-iso",
"boot_command": [
"<enter><wait><f6><esc><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
@ -87,7 +87,7 @@
}, {
"type": "vagrant",
"keep_input_artifact": true,
"output": "Builds/ERPNext-Vagrant-Production-{{isotime \"20060102150405\"}}.box",
"output": "Production Builds/ERPNext-Vagrant-Production-{{isotime \"20060102150405\"}}.box",
"vagrantfile_template": "Vagrantfile"
}]
}