summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-12-13 14:45:15 -0800
committerGitHub <noreply@github.com>2022-12-13 14:45:15 -0800
commitfaf41a2b3fbad47e14bb6d058e10d83662d84526 (patch)
treef1d6c7756700a5eb98830e62b3da5c96b927de5d
parente4400c3af634e6a4b5471cecbf00fcc69d5ac1f5 (diff)
parent0fae7662c24c31edcf681268f77efc4d41dc55fe (diff)
downloadchef-faf41a2b3fbad47e14bb6d058e10d83662d84526.tar.gz
Merge pull request #13431 from chef/jfm/chef18_adding_knife
Adding Knife back into the list of gems to release automagically
-rw-r--r--.expeditor/config.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 31fa840867..6d0f4c7721 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -16,6 +16,7 @@ rubygems:
- chef-config
- chef-bin
- chef-utils
+ - knife
# At the given time, trigger the following scheduled workloads
# https://expeditor.chef.io/docs/getting-started/subscriptions/#scheduling-workloads
@@ -28,7 +29,7 @@ pipelines:
- verify:
public: true
env:
- - IGNORE_ARTIFACTORY_RUBY_PROXY: true # Artifactory is throwing 500's when downloading some gems.
+ - IGNORE_ARTIFACTORY_RUBY_PROXY: true # Artifactory is throwing 500's when downloading some gems.
- docker/build:
definition: .expeditor/docker-build.pipeline.yml
trigger: default