We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ad1b9 commit 3951dcaCopy full SHA for 3951dca
ci/azure-pipelines.yml
@@ -117,8 +117,8 @@ stages:
117
fi
118
displayName: 'Update gh-pages branch'
119
- script: |
120
- git config --global user.email "Hyperledger Bot"
121
- git config --global user.name "hlfdev.azp@gmail.com"
+ git config --global user.email "hlfdev.azp@gmail.com"
+ git config --global user.name "Hyperledger Bot"
122
git add -A
123
git commit -m "Publishing GitHub Pages"
124
git push https://$(GITHUB-PAT)@github.com/hyperledger/fabric-chaincode-java.git gh-pages
0 commit comments