diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-08-29 17:17:23 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2018-08-29 17:17:23 -0700 |
commit | 09bc76d86564ee84461498d1c8be99f957afbc7a (patch) | |
tree | f97b94e8b682af90be6ab6a750e9fee6c76afc11 /.expeditor | |
parent | 351b5d9d59e7ce46508107d6c51fe338c0ced955 (diff) | |
download | chef-09bc76d86564ee84461498d1c8be99f957afbc7a.tar.gz |
cleanup old rake taskslcg/nuke-shitty-rake-tasks
we're calling scripts to call rake tasks to call scripts to call rake
tasks to mostly execute shellcodes. this gets rid of at least 2 levels
of indirection.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/update_dep.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.expeditor/update_dep.sh b/.expeditor/update_dep.sh index c9097d3dea..de820c6bd9 100644 --- a/.expeditor/update_dep.sh +++ b/.expeditor/update_dep.sh @@ -20,7 +20,8 @@ bundle install # the gem is actually available via bundler on rubygems.org. sleep 120 -bundle exec rake dependencies:update +gem install rake +rake dependencies:update_gemfile_lock git add . |