unquote 'cooking...'
This commit is contained in:
parent
0475b0529d
commit
10e5d952ac
|
@ -47,7 +47,7 @@ build {
|
||||||
|
|
||||||
post-processor "shell-local" {
|
post-processor "shell-local" {
|
||||||
name = "cook"
|
name = "cook"
|
||||||
inline = [ "echo 'cooking...' >> ${upper(build.ID)}.${source.name}.txt" ]
|
inline = [ "echo cooking... >> ${upper(build.ID)}.${source.name}.txt" ]
|
||||||
except = ["null.spaghetti_carbonara"]
|
except = ["null.spaghetti_carbonara"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue