1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

properly reference geminstaller config under ci dir

This commit is contained in:
Chad Woolley 2008-08-24 17:23:39 -07:00 committed by Michael Koziarski
parent 8a4d7233aa
commit fb20d6f09d

View file

@ -14,7 +14,7 @@ root_dir = File.expand_path(File.dirname(__FILE__) + "/..")
# for now, use the no-passwd sudoers approach (documented in ci_setup_notes.txt)
# A security hole, but there is nothing valuable on rails CI box anyway.
build_results[:geminstaller] = system 'sudo geminstaller --exceptions'
build_results[:geminstaller] = system 'sudo geminstaller --config=#{root_dir}/ci/geminstaller.yml --exceptions'
cd "#{root_dir}/activesupport" do
puts