Skip to content

Commit

Permalink
Fix issue with travis setup script
Browse files Browse the repository at this point in the history
The setup_ruby_env.sh script in the manageiq repo uses incorrect
relative pathing.  For now, just make sure we cd into the directory
before sourcing it in.
  • Loading branch information
Fryguy committed Dec 22, 2016
1 parent 0df8009 commit 75e6ba5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/ci/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ git clone https://github.com/ManageIQ/manageiq.git --depth 1 spec/manageiq
cd spec/manageiq
source tools/ci/setup_vmdb_configs.sh
source tools/ci/setup_js_env.sh
source tools/ci/setup_ruby_env.sh
cd -

source spec/manageiq/tools/ci/setup_ruby_env.sh

set +v

0 comments on commit 75e6ba5

Please sign in to comment.