mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
use double quotes
This commit is contained in:
parent
52e15abbed
commit
289e3b9072
1 changed files with 1 additions and 1 deletions
|
@ -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 --config=#{root_dir}/ci/geminstaller.yml --exceptions'
|
||||
build_results[:geminstaller] = system "sudo geminstaller --config=#{root_dir}/ci/geminstaller.yml --exceptions"
|
||||
|
||||
cd "#{root_dir}/activesupport" do
|
||||
puts
|
||||
|
|
Loading…
Reference in a new issue