Skip to content

Commit 39b3201

Browse files
authored
Set up Git author info (#12)
1 parent 36fc158 commit 39b3201

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
defaults: &defaults
44
working_directory: ~/repo
55
docker:
6-
- image: circleci/node:lts-buster
6+
- image: cimg/node:lts
77

88
jobs:
99
verify_code:
@@ -144,6 +144,12 @@ jobs:
144144
fingerprints:
145145
- 'eb:79:6a:d5:94:92:0f:75:b8:29:75:8c:56:bd:4a:f2'
146146

147+
- run:
148+
name: Set up Git
149+
command: |
150+
git config user.email "${GIT_USER_EMAIL}"
151+
git config user.name "${GIT_USER_NAME}"
152+
147153
- run:
148154
name: Update Package Version
149155
command: |

0 commit comments

Comments
 (0)