summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-08-29 17:17:23 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-08-29 17:17:23 -0700
commit09bc76d86564ee84461498d1c8be99f957afbc7a (patch)
treef97b94e8b682af90be6ab6a750e9fee6c76afc11 /ci
parent351b5d9d59e7ce46508107d6c51fe338c0ced955 (diff)
downloadchef-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 'ci')
-rwxr-xr-xci/dependency_update.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/ci/dependency_update.sh b/ci/dependency_update.sh
deleted file mode 100755
index d90d41d91c..0000000000
--- a/ci/dependency_update.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# FIXME: this seems uselessly trivial, replace with a rake task and have ci call the rake task?
-
-set -evx
-
-bundle install --without omnibus_package test pry integration docgen maintenance travis aix bsd linux mac_os_x solaris windows
-
-bundle exec rake dependencies_ci