summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-09 11:28:01 -0700
committerTim Smith <tsmith@chef.io>2019-06-09 11:28:01 -0700
commitfd650ba4701f772ff9c7dc2f828d2acb34a1ffb2 (patch)
tree41855019dcbb0cd9d7b8d59d93d3f3115ca042df
parent01af9782072a41d446973fe1378760c5e653ead4 (diff)
downloadchef-fd650ba4701f772ff9c7dc2f828d2acb34a1ffb2.tar.gz
Make sure we have crontab on opensuse
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 544f6f13ac..87b05cdfd5 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -116,6 +116,7 @@ steps:
- label: "Functional Specs openSUSE :ruby: 2.6"
commands:
- /workdir/scripts/bk_tests/bk_container_prep.sh
+ - zypper install -y cronie
- cd /workdir; bundle install --jobs=3 --retry=3 --without omnibus_package docgen ruby_prof
- bundle exec rake spec:functional
expeditor: