Compare commits
1 Commits
master
...
azr-pp-con
Author | SHA1 | Date | |
---|---|---|---|
|
7fe1008323 |
@ -42,13 +42,13 @@ build {
|
||||
}
|
||||
|
||||
post-processor "shell-local" {
|
||||
only = ["vanilla"]
|
||||
only = ["sources.file.vanilla"]
|
||||
name = "tomato"
|
||||
inline = [ "echo apple > tomato.txt" ]
|
||||
}
|
||||
|
||||
post-processor "shell-local" {
|
||||
only = ["chocolate"]
|
||||
only = ["sources.file.chocolate"]
|
||||
inline = [ "echo apple > unnamed.txt" ]
|
||||
}
|
||||
}
|
||||
|
@ -7,10 +7,10 @@ build {
|
||||
]
|
||||
|
||||
post-processor "amazon-import" {
|
||||
only = ["virtualbox-iso.ubuntu-1204"]
|
||||
only = ["source.virtualbox-iso.ubuntu-1204"]
|
||||
}
|
||||
post-processor "manifest" {
|
||||
except = ["virtualbox-iso.ubuntu-1204"]
|
||||
except = ["source.virtualbox-iso.ubuntu-1204"]
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -7,10 +7,10 @@ build {
|
||||
]
|
||||
|
||||
provisioner "shell" {
|
||||
only = ["virtualbox-iso.ubuntu-1204"]
|
||||
only = ["source.virtualbox-iso.ubuntu-1204"]
|
||||
}
|
||||
provisioner "file" {
|
||||
except = ["virtualbox-iso.ubuntu-1204"]
|
||||
except = ["source.virtualbox-iso.ubuntu-1204"]
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user