summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Chisamore <schisamo@chef.io>2019-01-15 16:15:14 -0500
committerSeth Chisamore <schisamo@chef.io>2019-01-18 12:23:55 -0500
commit886a3d2fb99fb13ba2e38be71830f8c846ed3c6b (patch)
tree97575707b4425e7e4b9ff51840eeff5747f6f9c8
parent2f7ad6baf98f1999faa49f5218552911105e0380 (diff)
downloadchef-886a3d2fb99fb13ba2e38be71830f8c846ed3c6b.tar.gz
Promote Hab package alongside Omnibus packageschisamo/promote-harts
This change ensures we are promoting our Hab packages to `current` and `stable` at the same time we execute said promotions for the Omnibus packages. Signed-off-by: Seth Chisamore <schisamo@chef.io>
-rw-r--r--.expeditor/config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index cd173c90ec..fb5fa48acf 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -77,11 +77,13 @@ subscriptions:
- workload: artifact_published:current:chef:{{version_constraint}}
actions:
- built_in:tag_docker_image
+ - built_in:promote_habitat_packages
- workload: artifact_published:stable:chef:{{version_constraint}}
actions:
- built_in:rollover_changelog
- bash:.expeditor/update_dockerfile.sh
- built_in:tag_docker_image
+ - built_in:promote_habitat_packages
- built_in:publish_rubygems
- built_in:notify_chefio_slack_channels
- workload: ruby_gem_published:mixlib-archive-*