diff options
author | Tim Smith <tsmith@chef.io> | 2019-06-08 23:50:44 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-06-08 23:50:44 -0700 |
commit | 35ec990085be9b7ec8ee95c85810708170d6f062 (patch) | |
tree | 483e0a4c4613d139941ed73efc7cead5d806c240 | |
parent | 136971c5975251d7cb5b060dcacd2565bd7eab26 (diff) | |
download | chef-35ec990085be9b7ec8ee95c85810708170d6f062.tar.gz |
Install crontabs on centos
Signed-off-by: Tim Smith <tsmith@chef.io>
-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 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: |