github.com/taylorchu/nomad@v0.5.3-rc1.0.20170407200202-db11e7dd7b55/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  }