diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-05-10 09:48:32 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-05-10 09:48:32 -0700 |
commit | 153d49a0e5d3d6d7ec501dc2a42e1281ca16be71 (patch) | |
tree | 3a3a1ef4b861bbb1c620bb80eb19c4e84c39892d /ci/dependency_update.sh | |
parent | bb6682036fcdb119fa1f7701543eec191c08170b (diff) | |
download | chef-153d49a0e5d3d6d7ec501dc2a42e1281ca16be71.tar.gz |
remove bundle_install.sh
doesn't matter, and if it did we should use the actual bundler
trampolining.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'ci/dependency_update.sh')
-rwxr-xr-x | ci/dependency_update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/dependency_update.sh b/ci/dependency_update.sh index 7930b864d8..100e2513ec 100755 --- a/ci/dependency_update.sh +++ b/ci/dependency_update.sh @@ -4,6 +4,6 @@ set -evx -. ci/bundle_install.sh +bundle install --without omnibus_package test pry integration docgen maintenance travis aix bsd linux mac_os_x solaris windows development bundle exec rake dependencies_ci |