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 228d558 commit 7433e96Copy full SHA for 7433e96
ci/azure-pipelines.yml
@@ -19,7 +19,7 @@ schedules:
19
trigger:
20
branches:
21
include:
22
- - 'master'
+ - 'release-1.4'
23
tags:
24
25
- '*'
@@ -100,8 +100,8 @@ stages:
100
cp -r fabric-chaincode-shim/build/docs/javadoc/* $(Build.SourceBranchName)/api
101
displayName: 'Update gh-pages branch'
102
- script: |
103
- git config --global user.email "Hyperledger Bot"
104
- git config --global user.name "[email protected]"
+ git config --global user.email "[email protected]"
+ git config --global user.name "Hyperledger Bot"
105
git add -A
106
git commit -m "Publishing GitHub Pages"
107
git push https://$(GITHUB-PAT)@github.com/hyperledger/fabric-chaincode-java.git gh-pages
0 commit comments