github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/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  }