-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicate code preferring bin/setup
- Loading branch information
Showing
1 changed file
with
1 addition
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |