diff options
author | Tim Smith <tsmith@chef.io> | 2018-08-22 15:25:26 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-08-22 15:25:26 -0700 |
commit | 4952f89ead5a39fb74802a171d0bba12f88b0594 (patch) | |
tree | 8ec702ca52b5ad3a6e0fd743173112f75d3199f9 /ci | |
parent | 1e881266caa159a186b03384c37cafbb560757d7 (diff) | |
download | chef-4952f89ead5a39fb74802a171d0bba12f88b0594.tar.gz |
Make sure dep updater has rake
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'ci')
-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 100e2513ec..d90d41d91c 100755 --- a/ci/dependency_update.sh +++ b/ci/dependency_update.sh @@ -4,6 +4,6 @@ set -evx -bundle install --without omnibus_package test pry integration docgen maintenance travis aix bsd linux mac_os_x solaris windows development +bundle install --without omnibus_package test pry integration docgen maintenance travis aix bsd linux mac_os_x solaris windows bundle exec rake dependencies_ci |