diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-03-15 12:16:00 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-03-15 12:23:55 -0700 |
commit | b9b49ea362ff9358c07f1f9fb0e8bac822496e79 (patch) | |
tree | 9ab0209aa6b27a83e0cb0054e0d08f657539804e /.expeditor/config.yml | |
parent | b67455cdf1ac5a8036d37aaaac88dfac6947a04b (diff) | |
download | chef-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.yml | 4 |
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 |