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

publish habitat packages #1583

Merged
merged 1 commit into from
May 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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