mirror of
https://github.com/inspec/inspec
synced 2024-11-14 00:47:10 +00:00
45070c15c0
Signed-off-by: Miah Johnson <miah@chia-pet.org>
24 lines
485 B
YAML
24 lines
485 B
YAML
---
|
|
expeditor:
|
|
defaults:
|
|
buildkite:
|
|
timeout_in_minutes: 30
|
|
|
|
steps:
|
|
|
|
- label: ":linux: Validate Habitat Builds of Chef InSpec"
|
|
commands:
|
|
- .expeditor/buildkite/artifact.habitat.test.sh
|
|
expeditor:
|
|
executor:
|
|
docker:
|
|
image: ruby:2.6
|
|
privileged: true
|
|
|
|
- label: ":windows: Validate Habitat Builds of Chef InSpec"
|
|
commands:
|
|
- .expeditor/buildkite/artifact.habitat.test.ps1
|
|
expeditor:
|
|
executor:
|
|
windows:
|
|
privileged: true
|