summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-01-27 11:56:17 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2020-01-27 11:56:17 -0800
commit81b5ca640935e9786643ea69b2b3f26c485efd01 (patch)
tree26962cf4b2859749f5a09df7190c7bd5880dd2ad
parente385782c9f802459bb92f5c31c05cdb92f6751b8 (diff)
downloadchef-81b5ca640935e9786643ea69b2b3f26c485efd01.tar.gz
add graphviz
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-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 47ccf22d71..74a0975a3a 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -304,6 +304,7 @@ steps:
- label: "Test berkshelf gem :ruby: 2.6"
commands:
- /workdir/scripts/bk_tests/bk_container_prep.sh
+ - apt-get install -y graphviz
- bundle install --jobs=3 --retry=3 --without omnibus_package docgen
- bundle exec tasks/bin/run_external_test berkshelf/berkshelf master rake
expeditor: