mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
427d8dbac0
Signed-off-by: Miah Johnson <miah@chia-pet.org>
20 lines
442 B
YAML
20 lines
442 B
YAML
---
|
|
steps:
|
|
|
|
- label: ":linux: Validate Habitat Builds of Chef InSpec"
|
|
commands:
|
|
- /workdir/.expeditor/buildkite/habitat_test.sh
|
|
expeditor:
|
|
executor:
|
|
linux:
|
|
privileged: true
|
|
single-use: true
|
|
|
|
- label: ":windows: Validate Habitat Builds of Chef InSpec"
|
|
commands:
|
|
- /workdir/.expeditor/buildkite/habitat_test.ps1
|
|
expeditor:
|
|
executor:
|
|
windows:
|
|
privileged: true
|
|
single-use: true
|