Skip to content

Commit

Permalink
Remove duplicate code preferring bin/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Apr 4, 2017
1 parent bdc2a3f commit 6b0866a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tools/ci/before_install.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
set -e

git clone https://github.com/ManageIQ/manageiq.git --branch master --depth 1 spec/manageiq

cd spec/manageiq
source tools/ci/setup_vmdb_configs.sh
cd -
bin/setup

source tools/ci/setup_js_env.sh

# HACK: Temporary workaround until we can get the cross-repo scripts working properly
# source spec/manageiq/tools/ci/setup_ruby_env.sh
spec/manageiq/tools/ci/setup_ruby_environment.rb

set +v

0 comments on commit 6b0866a

Please sign in to comment.