diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-06-26 10:49:35 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-06-26 10:49:35 -0700 |
commit | ef5f02549d023db4c993756d2e51c495466a2c29 (patch) | |
tree | 64d15dbcfc1fad895f9f6808058f8c0efaedfee4 /.expeditor | |
parent | aad97f389c0b7a164e67bef5ab7e928a0f914885 (diff) | |
download | chef-ef5f02549d023db4c993756d2e51c495466a2c29.tar.gz |
Enable Habitat build promotion in Expeditor again
We have a working habitat build.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index d6e0eda26c..203f6cd924 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -85,13 +85,13 @@ subscriptions: - workload: artifact_published:current:chef:{{version_constraint}} actions: - built_in:tag_docker_image - # - built_in:promote_habitat_packages Disable until we fix our hab package + - 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 Disable until we fix our hab package + - built_in:promote_habitat_packages - built_in:publish_rubygems - built_in:notify_chefio_slack_channels - workload: ruby_gem_published:mixlib-archive-* |