diff options
author | Tim Smith <tsmith@chef.io> | 2019-06-09 11:28:01 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-06-09 11:28:01 -0700 |
commit | fd650ba4701f772ff9c7dc2f828d2acb34a1ffb2 (patch) | |
tree | 41855019dcbb0cd9d7b8d59d93d3f3115ca042df /.expeditor | |
parent | 01af9782072a41d446973fe1378760c5e653ead4 (diff) | |
download | chef-fd650ba4701f772ff9c7dc2f828d2acb34a1ffb2.tar.gz |
Make sure we have crontab on opensuse
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 1 |
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: |