Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
publish habitat packages
Browse files Browse the repository at this point in the history
Signed-off-by: Thom May <thom@chef.io>
  • Loading branch information
Thom May committed May 16, 2018
1 parent c1e437c commit 3836092
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ rubygems:
docker_images:
- chefdk

habitat_packages:
- chefdk

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.
Expand Down Expand Up @@ -49,6 +52,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"
Expand Down
2 changes: 1 addition & 1 deletion habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pkg_name=chef-dk
pkg_name=chefdk
pkg_origin=chef
pkg_maintainer="The Chef Maintainers <humans@chef.io>"
pkg_description="The Chef Developer Kit"
Expand Down

0 comments on commit 3836092

Please sign in to comment.