open-nomad/jobspec/test-fixtures/bad-artifact.hcl

16 lines
188 B
HCL

job "binstore-storagelocker" {
group "binsl" {
count = 5
task "binstore" {
driver = "docker"
artifact {
bad = "bad"
}
resources {}
}
}
}