summaryrefslogtreecommitdiff
path: root/ci/bundle_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/bundle_install.sh')
-rwxr-xr-xci/bundle_install.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/ci/bundle_install.sh b/ci/bundle_install.sh
deleted file mode 100755
index 80e56ecbd2..0000000000
--- a/ci/bundle_install.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-# FIXME: someone document what actually calls this
-# FIXME: is this really the best place for this or should it go in the rake tasks?
-
-set -evx
-
-gem environment
-omnibus_bundler=$(grep bundler omnibus_overrides.rb | cut -d'"' -f2)
-gem uninstall bundler -a -x
-gem install bundler -v $omnibus_bundler --user-install --conservative
-# WITH: ci (for version bumping and changelog creation)
-bundle install --without omnibus_package test pry integration docgen maintenance travis aix bsd linux mac_os_x solaris windows development