unquote 'cooking...'

This commit is contained in:
Adrien Delorme 2020-07-06 18:08:51 +02:00
parent 0475b0529d
commit 10e5d952ac
1 changed files with 1 additions and 1 deletions

View File

@ -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"]
}