diff options
author | Tim Smith <tsmith@chef.io> | 2019-06-09 10:36:47 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-06-09 10:36:47 -0700 |
commit | 01af9782072a41d446973fe1378760c5e653ead4 (patch) | |
tree | b3185ed0278be6454190ef7014d38b42c9ee4325 /.expeditor | |
parent | 27ffef8861e7fe44797533b8eef292c0b9d60fe1 (diff) | |
download | chef-01af9782072a41d446973fe1378760c5e653ead4.tar.gz |
Use e2fsprogs on centos containers
We need this for some functional tests
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 5faa22405c..544f6f13ac 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -72,7 +72,7 @@ steps: - label: "Functional Specs CentOS :ruby: 2.6" commands: - /workdir/scripts/bk_tests/bk_container_prep.sh - - yum install -y crontabs mk2fs util-linux + - yum install -y crontabs e2fsprogs util-linux - cd /workdir; bundle install --jobs=3 --retry=3 --without omnibus_package docgen ruby_prof - bundle exec rake spec:functional expeditor: |