github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/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  }