summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-12-28 21:39:58 -0800
committerGitHub <noreply@github.com>2020-12-28 21:39:58 -0800
commitbf8814152c632042fc9939987a9bb061360e7820 (patch)
tree94218e6290b0208a49dcd9323a5016c5456d2331
parent79f8c6ed6a02c219a4429d39265db98b645e790c (diff)
parentc85a4fe99d0831a34564ff8c299929eee482132f (diff)
downloadchef-bf8814152c632042fc9939987a9bb061360e7820.tar.gz
Merge pull request #10787 from chef/scripts
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 845574af45..1bbd2163ee 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: