inspec/.expeditor/artifact.habitat.yml
Miah Johnson cb4007c15f Fix the path for our scripts, I don't know where I got /workdir
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-10-18 15:10:53 -07:00

20 lines
444 B
YAML

---
steps:
- label: ":linux: Validate Habitat Builds of Chef InSpec"
commands:
- ./expeditor/buildkite/artifact.habitat.test.sh
expeditor:
executor:
linux:
privileged: true
single-use: true
- label: ":windows: Validate Habitat Builds of Chef InSpec"
commands:
- ./expeditor/buildkite/artifact.habitat.test.ps1
expeditor:
executor:
windows:
privileged: true
single-use: true