github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/jobspec/test-fixtures/bad-artifact.hcl (about) 1 job "binstore-storagelocker" { 2 group "binsl" { 3 count = 5 4 5 task "binstore" { 6 driver = "docker" 7 8 artifact { 9 bad = "bad" 10 } 11 12 resources {} 13 } 14 } 15 }