Skip to content

Commit 3951dca

Browse files
jt-ntimbwhite
authored andcommitted
Fix git user email/name config in azure pipeline
Signed-off-by: James Taylor <[email protected]>
1 parent 55ad1b9 commit 3951dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ stages:
117117
fi
118118
displayName: 'Update gh-pages branch'
119119
- script: |
120-
git config --global user.email "Hyperledger Bot"
121-
git config --global user.name "[email protected]"
120+
git config --global user.email "[email protected]"
121+
git config --global user.name "Hyperledger Bot"
122122
git add -A
123123
git commit -m "Publishing GitHub Pages"
124124
git push https://$(GITHUB-PAT)@github.com/hyperledger/fabric-chaincode-java.git gh-pages

0 commit comments

Comments
 (0)