mirror of
https://github.com/inspec/inspec
synced 2025-03-02 14:27:12 +00:00
18 lines
392 B
YAML
18 lines
392 B
YAML
---
|
|
steps:
|
|
|
|
- label: ":linux: Validate Habitat Builds of Chef InSpec"
|
|
commands:
|
|
- .expeditor/buildkite/artifact.habitat.test.sh
|
|
expeditor:
|
|
executor:
|
|
linux:
|
|
privileged: true
|
|
|
|
- label: ":windows: Validate Habitat Builds of Chef InSpec"
|
|
commands:
|
|
- .expeditor/buildkite/artifact.habitat.test.ps1
|
|
expeditor:
|
|
executor:
|
|
windows:
|
|
privileged: true
|