gruntwork-io / git-xargs

git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.
https://blog.gruntwork.io/introducing-git-xargs-an-open-source-tool-to-update-multiple-github-repos-753f9f3675ec
Apache License 2.0
938 stars 62 forks source link

circle-ci: set global git user for git tests #3

Closed zackproser closed 3 years ago

zackproser commented 3 years ago

The circle ci env needs an arbitrary git user's email and name set by the time the tests that interact with the locally created and ultimately discarded embedded test git repo run.

These changes result in the test phase passing. Digging into the release build failures on a separate branch.

zackproser commented 3 years ago

@bwhaley Uno mas por favor. Thanks!

zackproser commented 3 years ago

@brikis98 :pray:

zackproser commented 3 years ago

Thanks for the reviews! Merging this now.