diff options
author | Tim Smith <tsmith@chef.io> | 2019-06-07 12:58:20 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-06-07 12:58:20 -0700 |
commit | e8970f8eabb87f181698420c78496d85ba46333d (patch) | |
tree | 6bfb7db269602c9bb9da23f62f52617c17da0192 /.expeditor | |
parent | 89606ff480c2d34117173e1db2d1b2fd0c76cd97 (diff) | |
download | chef-e8970f8eabb87f181698420c78496d85ba46333d.tar.gz |
Don't set ruby version with asdf when we use the ruby containers
this will just fail
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index ff8a1dd0c4..6686fadd70 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -70,7 +70,6 @@ steps: - label: "Integration Specs :ruby: 2.5" commands: - /workdir/scripts/bk_tests/bk_install.sh - - asdf local ruby 2.5.5 - bundle install --without docgen integration omnibus_package --frozen - bundle exec rake spec:integration expeditor: @@ -85,7 +84,6 @@ steps: # - label: "Functional Specs :ruby: 2.5" commands: - - asdf local ruby 2.5.5 - /workdir/scripts/bk_tests/bk_install.sh - bundle install --without docgen integration omnibus_package --frozen - bundle exec rake spec:functional @@ -101,7 +99,6 @@ steps: - label: "Unit Specs :ruby: 2.5" commands: - - asdf local ruby 2.5.5 - /workdir/scripts/bk_tests/bk_install.sh - bundle install --without docgen integration omnibus_package --frozen - bundle exec rake spec:unit |