Unverified Commit 372ac6d5 authored by xster's avatar xster Committed by GitHub

Let goldens push via ssh by default (#17369)

parent a811984e
......@@ -174,6 +174,7 @@ class GoldensClient {
<String>[
'git init',
'git remote add upstream https://github.com/flutter/goldens.git',
'git remote set-url --push upstream git@github.com:flutter/goldens.git',
],
workingDirectory: repositoryRoot,
);
......
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