Skip to content

Commit 4b7b2f2

Browse files
committed
CI: Set git identity
1 parent 96e15f8 commit 4b7b2f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,11 @@ jobs:
350350
echo "-----END OPENSSH PRIVATE KEY-----") > ~/.ssh/id_ed25519
351351
chmod go-rwx ~/.ssh/id_ed25519
352352
ssh-keygen -y -f ~/.ssh/id_ed25519 > ~/.ssh/id_ed25519.pub
353+
- run:
354+
name: Set git identity
355+
command: |
356+
git config --global user.name "nipybot"
357+
git config --global user.email "[email protected]"
353358
- run:
354359
name: Update feedstock
355360
command: |

0 commit comments

Comments
 (0)