diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-05-23 19:40:33 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2018-05-23 19:40:33 -0700 |
commit | 3752b4bd1e291d3702541c3ff313264686a932b6 (patch) | |
tree | 062ca42238389adef1498c099981d44789ba3f01 | |
parent | 411316c8fd018ce72c6efc785a584fa92da4c1ca (diff) | |
download | chef-lcg/chef-appbundle-locking.tar.gz |
bundle install on windows as welllcg/chef-appbundle-locking
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rwxr-xr-x | ci/verify-chef.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/verify-chef.bat b/ci/verify-chef.bat index 7160b7b2f0..cf12eb512d 100755 --- a/ci/verify-chef.bat +++ b/ci/verify-chef.bat @@ -68,6 +68,8 @@ cd %CHEFDIR% cd +call bundle install + type Gemfile.lock IF NOT EXIST "Gemfile.lock" ( |