CircleCI-Archived / build-tools-orb

An orb with handy tools for use in CircleCI jobs
https://circleci.com/developer/orbs/orb/circleci/build-tools
MIT License
8 stars 9 forks source link

[semver:patch] Fix for merge-with-parent `Set Git identity` step #34

Closed grsterin closed 3 years ago

grsterin commented 3 years ago

Checklist

Motivation, issues

Step Set Git Identity fails when there's no preconfigured Git identity

Description

Bugfix for Issue #33 - prevent non-zero error code returned by git config --get command from failing the step.

yuesaka-m commented 3 years ago

mind taking a look @gmemstr @iynere ?