diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-28 21:05:39 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-30 12:17:27 -0800 |
commit | ef25159a0f041e1f20866e669f2b2556e6584fd7 (patch) | |
tree | 672875be1c96e3cdbe0a5d6d520410fbb5174e9d /.expeditor | |
parent | c6057252deaa3a12ab8a90bd30d44baccbc7ff12 (diff) | |
download | chef-ef25159a0f041e1f20866e669f2b2556e6584fd7.tar.gz |
Don't install util-linux into the containers in CI
This is already there. Don't waste time.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 0d8dec6a89..53fd7d5466 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -99,7 +99,7 @@ steps: - label: "Functional CentOS 7 :ruby: 2.7" commands: - /workdir/.expeditor/scripts/bk_container_prep.sh - - yum install -y crontabs e2fsprogs util-linux + - yum install -y crontabs e2fsprogs - cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof - bundle exec rake spec:functional expeditor: @@ -169,7 +169,7 @@ steps: - label: "Functional Fedora :ruby: 2.7" commands: - /workdir/.expeditor/scripts/bk_container_prep.sh - - yum install -y crontabs e2fsprogs util-linux + - dnf install -y crontabs e2fsprogs - cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof - bundle exec rake spec:functional expeditor: |