github.com/mattyr/nomad@v0.3.3-0.20160919021406-3485a065154a/jobspec/test-fixtures/bad-artifact.hcl (about) 1 job "binstore-storagelocker" { 2 group "binsl" { 3 count = 5 4 task "binstore" { 5 driver = "docker" 6 7 artifact { 8 bad = "bad" 9 } 10 resources {} 11 } 12 } 13 }