summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-09-10 12:40:05 -0700
committerTim Smith <tsmith@chef.io>2018-09-10 12:40:05 -0700
commit7794bea9ab28d1c886014cfa7c6b39398da79c97 (patch)
tree7ce4f9d158bc0639cc7c59d938005c393f7b434a
parent0c9b1ab45d97d972e326e991e696ed49253a8fda (diff)
downloadchef-7794bea9ab28d1c886014cfa7c6b39398da79c97.tar.gz
Only subscribe to Chef 14 promotions
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/config.yml6
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