summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2022-12-13 09:03:05 -0800
committerJohn <john.mccrae@progress.com>2022-12-13 09:03:05 -0800
commit0fae7662c24c31edcf681268f77efc4d41dc55fe (patch)
treef141456f8e7bc74f4aeab740233187a04604f4be
parent62a9952f14b049b6af15efcb0789eeb15bb6455c (diff)
downloadchef-0fae7662c24c31edcf681268f77efc4d41dc55fe.tar.gz
Adding Knife back into the list of gems to release automagically
Signed-off-by: John <john.mccrae@progress.com>
-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