Commit ea5874f6 authored by Ash McKenzie's avatar Ash McKenzie

Use .netrc over credentials in URL

parent caf0a2e9
......@@ -61,8 +61,6 @@ module QA
def configure_identity(name, email)
run(%Q{git config user.name #{name}})
run(%Q{git config user.email #{email}})
add_credentials_to_netrc
end
def commit_file(name, contents, message)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment