unquote 'cooking...'

pull/9534/head
Adrien Delorme 6 years ago
parent 0475b0529d
commit 10e5d952ac

@ -47,7 +47,7 @@ build {
post-processor "shell-local" {
name = "cook"
inline = [ "echo 'cooking...' >> ${upper(build.ID)}.${source.name}.txt" ]
inline = [ "echo cooking... >> ${upper(build.ID)}.${source.name}.txt" ]
except = ["null.spaghetti_carbonara"]
}

Loading…
Cancel
Save