Skip to content

Commit 8c1e9e5

Browse files
committed
Work CD-CI
- Remove unnecessary step to set GitHub identity. ***NO_CI*** Signed-off-by: josesimoes <[email protected]>
1 parent bcf53c0 commit 8c1e9e5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,6 @@ jobs:
158158
# need this here in order to persist GitHub credentials
159159
- checkout: self
160160

161-
- script: |
162-
git config --global user.email [email protected]
163-
git config --global user.name nfbot
164-
git config --global core.autocrlf true
165-
displayName: Setup git identity
166-
167161
# update dependencies
168162
- task: UpdatenFDependencies@1
169163
inputs:

0 commit comments

Comments
 (0)