Commit adcd7520 authored by Ash McKenzie's avatar Ash McKenzie

No need to call #add_credentials_to_netrc()

parent 70f352b0
......@@ -70,8 +70,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