summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-03-16 15:44:32 -0700
committerTim Smith <tsmith84@gmail.com>2020-03-16 15:50:05 -0700
commite02559bc2434ad43b6ab4485204e6571f1c93af2 (patch)
tree7dd82e1187148bccc8989877c52a21c5fed03c89
parentad86bbd6d865f881878818d07b1a22be5953cefb (diff)
downloadchef-e02559bc2434ad43b6ab4485204e6571f1c93af2.tar.gz
Install ifconfig in ruby 2.5
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 e4506b6d5b..9f317ab152 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -227,7 +227,7 @@ steps:
commands:
- /workdir/scripts/bk_tests/bk_container_prep.sh
- apt-get update -y
- - apt-get install -y cron locales # needed for functional tests to pass
+ - apt-get install -y cron locales ifconfig # needed for functional tests to pass
- bundle install --jobs=3 --retry=3 --without omnibus_package docgen
- bundle exec rake spec:functional
expeditor: