mirror of
https://github.com/inspec/inspec
synced 2024-11-14 00:47:10 +00:00
a0ef46ccf4
The pipeline prefixes: deploy, habitat, omnibus, and verify all have default triggers associtated with them. https://expeditor.chef.io/docs/reference/configuration/#pipelines Signed-off-by: Miah Johnson <miah@chia-pet.org>
20 lines
460 B
YAML
20 lines
460 B
YAML
---
|
|
steps:
|
|
|
|
- label: ":linux: Validate Habitat Builds of Chef InSpec"
|
|
commands:
|
|
- /workdir/.expeditor/buildkite/artifact.habitat.test.sh
|
|
expeditor:
|
|
executor:
|
|
linux:
|
|
privileged: true
|
|
single-use: true
|
|
|
|
- label: ":windows: Validate Habitat Builds of Chef InSpec"
|
|
commands:
|
|
- /workdir/.expeditor/buildkite/artifact.habitat.test.ps1
|
|
expeditor:
|
|
executor:
|
|
windows:
|
|
privileged: true
|
|
single-use: true
|