Fix output file (#5868)
This commit is contained in:
@@ -111,7 +111,7 @@ build {
|
|||||||
"./provision/core/xcode-clt.sh",
|
"./provision/core/xcode-clt.sh",
|
||||||
"./provision/core/homebrew.sh"
|
"./provision/core/homebrew.sh"
|
||||||
]
|
]
|
||||||
execute_command = "chmod +x {{ .Path }}; source $HOME/.bash_profile; {{ .Vars }} {{ .Path }}"
|
execute_command = "chmod +x {{ .Path }}; source $HOME/.bash_profile; {{ .Vars }} {{ .Path }}"
|
||||||
}
|
}
|
||||||
provisioner "shell" {
|
provisioner "shell" {
|
||||||
scripts = [
|
scripts = [
|
||||||
@@ -241,7 +241,7 @@ build {
|
|||||||
provisioner "file" {
|
provisioner "file" {
|
||||||
destination = "../image-output/"
|
destination = "../image-output/"
|
||||||
direction = "download"
|
direction = "download"
|
||||||
source = "./image-generation/output/*"
|
source = "./image-generation/output/"
|
||||||
}
|
}
|
||||||
provisioner "shell" {
|
provisioner "shell" {
|
||||||
scripts = [
|
scripts = [
|
||||||
|
|||||||
Reference in New Issue
Block a user