We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e15f8 commit 4b7b2f2Copy full SHA for 4b7b2f2
.circleci/config.yml
@@ -350,6 +350,11 @@ jobs:
350
echo "-----END OPENSSH PRIVATE KEY-----") > ~/.ssh/id_ed25519
351
chmod go-rwx ~/.ssh/id_ed25519
352
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 "nipybot@gmail.com"
358
- run:
359
name: Update feedstock
360
command: |
0 commit comments