diff options
author | Tim Smith <tsmith@chef.io> | 2019-06-07 12:41:00 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-06-07 12:41:00 -0700 |
commit | 914dd9f068db4f5d4706a574b76cf3c7e63c8c66 (patch) | |
tree | 07e2a192d1d05e06d6ab32d8856fc7bfb57744f8 /.expeditor/verify.pipeline.yml | |
parent | ec5b57a158a4b212c364464cc1c14f762c06b173 (diff) | |
download | chef-914dd9f068db4f5d4706a574b76cf3c7e63c8c66.tar.gz |
Remove ENV vars that we used for naming in Travis
These aren't necessary in Build Kite
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index a43b82bfe0..e855c59928 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -121,8 +121,6 @@ steps: expeditor: executor: docker: - environment: - - TEST_GEM=sethvargo/chef-sugar - label: "Test chef-zero gem :ruby: 2.6" commands: @@ -133,7 +131,6 @@ steps: executor: docker: environment: - - TEST_GEM=chef/chef-zero - PEDANT_OPTS=--skip-oc_id - CHEF_FS=true @@ -145,8 +142,6 @@ steps: expeditor: executor: docker: - environment: - - TEST_GEM=chef/cheffish - label: "Test chefspec gem :ruby: 2.6" commands: @@ -156,8 +151,6 @@ steps: expeditor: executor: docker: - environment: - - TEST_GEM=chefspec/chefspec - label: "Test knife-windows gem :ruby: 2.6" commands: @@ -167,8 +160,6 @@ steps: expeditor: executor: docker: - environment: - - TEST_GEM=chef/knife-windows ######################################################################### # START TEST KITCHEN ONLY |