diff options
author | Tim Smith <tsmith@chef.io> | 2019-06-08 22:12:52 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-06-08 22:19:28 -0700 |
commit | 136971c5975251d7cb5b060dcacd2565bd7eab26 (patch) | |
tree | 3e68bce3030515eed9724e5c72da54cbf3d24ba3 /.expeditor | |
parent | 404c18b448bf5491a32b7c7e0c6c42bc83fee037 (diff) | |
download | chef-136971c5975251d7cb5b060dcacd2565bd7eab26.tar.gz |
Don't install net-tools on opensuse
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 8c1201788b..3a9bbb0257 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -116,7 +116,6 @@ steps: - label: "Functional Specs openSUSE :ruby: 2.6" commands: - /workdir/scripts/bk_tests/bk_container_prep.sh - - yum install -y cron mk2fs util-linux - cd /workdir; bundle install --jobs=3 --retry=3 --without omnibus_package docgen ruby_prof - bundle exec rake spec:functional expeditor: |