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

14 lines
234 B
HCL
Raw Normal View History

2016-03-16 03:21:52 +00:00
job "binstore-storagelocker" {
group "binsl" {
count = 5
task "binstore" {
driver = "docker"
artifact {
bad = "bad"
}
resources {}
}
}
}