Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
properly reference geminstaller config under ci dir
  • Loading branch information
thewoolleyman authored and NZKoz committed Aug 25, 2008
1 parent 8a4d723 commit fb20d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci_build.rb
Expand Up @@ -14,7 +14,7 @@


# for now, use the no-passwd sudoers approach (documented in ci_setup_notes.txt) # 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. # 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 cd "#{root_dir}/activesupport" do
puts puts
Expand Down

0 comments on commit fb20d6f

Please sign in to comment.