I run copybara on our CI and faced 'user.name' and/or 'user.email' are not configured issue.
As far as I see, currently the only way to avoid setting git config --global is to specify --git-committer-email command line option.
Why authoring = authoring.pass_thru("Copybara <copybara@example.com>"), in sky file is not enough?
I run copybara on our CI and faced 'user.name' and/or 'user.email' are not configured issue.
As far as I see, currently the only way to avoid setting
git config --globalis to specify--git-committer-emailcommand line option.Why
authoring = authoring.pass_thru("Copybara <copybara@example.com>"),in sky file is not enough?