summaryrefslogtreecommitdiff
path: root/.expeditor/config.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-03-15 12:16:00 -0700
committerTim Smith <tsmith84@gmail.com>2021-03-15 12:23:55 -0700
commitb9b49ea362ff9358c07f1f9fb0e8bac822496e79 (patch)
tree9ab0209aa6b27a83e0cb0054e0d08f657539804e /.expeditor/config.yml
parentb67455cdf1ac5a8036d37aaaac88dfac6947a04b (diff)
downloadchef-b9b49ea362ff9358c07f1f9fb0e8bac822496e79.tar.gz
Add an expeditor script specific to bundler updated gems
The more I hacked on the previous script the more I realized they're not doing the same thing. This script is not concerned with things that happened via rubygems promotes. It's just running bundle update when a new commit is available in the repo. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor/config.yml')
-rw-r--r--.expeditor/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 7b6b13311c..f87694b89e 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -226,8 +226,8 @@ subscriptions:
# NOTE: The branch of Ohai here needs to be updated when setting up a stable branch of chef/chef
- workload: chef/ohai:master_completed:pull_request_merged:chef/ohai:master:*
actions:
- - bash:.expeditor/update_dep.sh
+ - bash:.expeditor/update_bundler_dep.sh
# NOTE: When the stable branch of chef/chef is being cut you probably want to remove this subscription
- workload: chef/chefstyle:master_completed:pull_request_merged:chef/chefstyle:master:*
actions:
- - bash:.expeditor/update_dep.sh
+ - bash:.expeditor/update_bundler_dep.sh