summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-08 23:50:44 -0700
committerTim Smith <tsmith@chef.io>2019-06-08 23:50:44 -0700
commit35ec990085be9b7ec8ee95c85810708170d6f062 (patch)
tree483e0a4c4613d139941ed73efc7cead5d806c240
parent136971c5975251d7cb5b060dcacd2565bd7eab26 (diff)
downloadchef-35ec990085be9b7ec8ee95c85810708170d6f062.tar.gz
Install crontabs on centos
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 3a9bbb0257..5faa22405c 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 cron mk2fs util-linux
+ - yum install -y crontabs mk2fs util-linux
- cd /workdir; bundle install --jobs=3 --retry=3 --without omnibus_package docgen ruby_prof
- bundle exec rake spec:functional
expeditor: