diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-11-12 12:00:54 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-11-12 12:00:54 -0800 |
commit | 1aaccd8369b096a6134412a1a22db865cd198e4e (patch) | |
tree | c2bb39d98f213863c88abaebf504446b30007a05 /.expeditor | |
parent | ae5a9aabfc6e1eec5581c45c300fb4286304e97b (diff) | |
download | chef-1aaccd8369b096a6134412a1a22db865cd198e4e.tar.gz |
Switch our tests back to chef-sugar
The repo is defaulting to chef-sugar now. We'll continue to ship -ng to
support anyone that switched to it, but it's not the main gem.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 2dfd8de90e..75e660ace7 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -298,7 +298,7 @@ steps: # EXTERNAL GEM TESTING ######################################################################### -- label: "Test chef-sugar-ng gem :ruby: 2.6" +- label: "Test chef-sugar gem :ruby: 2.6" commands: - /workdir/scripts/bk_tests/bk_container_prep.sh - bundle install --jobs=3 --retry=3 --without omnibus_package docgen |