mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Merge pull request #3914 from inspec/tduffield/hab-v2-build
Migrate to using the buildkite-based Habitat build pipelines
This commit is contained in:
commit
ef55ab1057
2 changed files with 5 additions and 3 deletions
2
.expeditor/build.habitat.yml
Normal file
2
.expeditor/build.habitat.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
origin: chef
|
|
@ -12,8 +12,8 @@ docker_images:
|
|||
build_args:
|
||||
- GEM_SOURCE: http://artifactory.chef.co/omnibus-gems-local
|
||||
|
||||
habitat_packages:
|
||||
- inspec
|
||||
pipelines:
|
||||
- habitat/build
|
||||
|
||||
# Slack channel in Chef Software slack to send notifications about build failures, etc
|
||||
slack:
|
||||
|
@ -57,7 +57,7 @@ merge_actions:
|
|||
- "Omnibus: Skip Build"
|
||||
- "Expeditor: Skip All"
|
||||
only_if: built_in:bump_version
|
||||
- built_in:trigger_habitat_package_build:
|
||||
- trigger_pipeline:habitat/build:
|
||||
ignore_labels:
|
||||
- "Habitat: Skip Build"
|
||||
- "Expeditor: Skip All"
|
||||
|
|
Loading…
Reference in a new issue