diff options
author | Tim Smith <tsmith@chef.io> | 2018-09-10 12:40:05 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-09-10 12:40:05 -0700 |
commit | 7794bea9ab28d1c886014cfa7c6b39398da79c97 (patch) | |
tree | 7ce4f9d158bc0639cc7c59d938005c393f7b434a /.expeditor | |
parent | 0c9b1ab45d97d972e326e991e696ed49253a8fda (diff) | |
download | chef-7794bea9ab28d1c886014cfa7c6b39398da79c97.tar.gz |
Only subscribe to Chef 14 promotions
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index be70ba7dbc..061694fb25 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -68,13 +68,13 @@ merge_actions: only_if: built_in:bump_version subscriptions: - - workload: artifact_published:unstable:chef:* + - workload: artifact_published:unstable:chef:14* actions: - built_in:build_docker_image - - workload: artifact_published:current:chef:* + - workload: artifact_published:current:chef:14* actions: - built_in:tag_docker_image - - workload: artifact_published:stable:chef:* + - workload: artifact_published:stable:chef:14* actions: - built_in:rollover_changelog - bash:.expeditor/update_dockerfile.sh |