diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-24 15:45:28 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-24 15:45:28 -0700 |
commit | d49492d765a325990c9bf1e00aeb69d488a33e61 (patch) | |
tree | e68c909ed8e899d6779dba4de096b1f294a55438 | |
parent | 56c9d859dadb0c9e9fe906065d33348fa683088f (diff) | |
download | ohai-d49492d765a325990c9bf1e00aeb69d488a33e61.tar.gz |
Run ohai in Buildkite
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | .expeditor/verify.pipeline.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 8bc57c8d..8e106403 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -3,7 +3,15 @@ steps: - label: lint-chefstyle command: - bundle install - - bundle exec chefstyle + - bundle exec chefstyle -v + expeditor: + executor: + docker: + +- label: run-ohai + command: + - bundle install + - bundle exec ohai expeditor: executor: docker: |