summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2018-05-16 17:13:34 +0100
committerThom May <thom@chef.io>2018-05-16 17:19:46 +0100
commit1b224a433a0d8a007500370c705179fdaead1e03 (patch)
tree169bbb9cdba70aefc4c07a408c2b4c6dc0b10c11
parent3a6e55ba3226f41181c53a6725544af42d4525c4 (diff)
downloadchef-1b224a433a0d8a007500370c705179fdaead1e03.tar.gz
publish habitat packages
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--.expeditor/config.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 9bdabf7510..30f46c99f4 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -18,6 +18,9 @@ rubygems:
docker_images:
- chef
+habitat_packages:
+ - chef-client
+
github:
# The file where the MAJOR.MINOR.PATCH version is kept. The version in this file
# is bumped automatically via the `built_in:bump_version` merge_action.
@@ -56,6 +59,12 @@ merge_actions:
- "Meta: Exclude From Changelog"
- "Expeditor: Exclude From Changelog"
- "Expeditor: Skip All"
+ - built_in:trigger_habitat_package_build:
+ ignore_labels:
+ - "Omnibus: Skip Build"
+ - "Expeditor: Skip Build"
+ - "Expeditor: Skip All"
+ only_if: built_in:bump_version
- built_in:trigger_omnibus_release_build:
ignore_labels:
- "Omnibus: Skip Build"