Skip to content

Commit 7433e96

Browse files
jt-ntimbwhite
authored andcommitted
Fix build trigger on release-1.4
Signed-off-by: James Taylor <[email protected]>
1 parent 228d558 commit 7433e96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ schedules:
1919
trigger:
2020
branches:
2121
include:
22-
- 'master'
22+
- 'release-1.4'
2323
tags:
2424
include:
2525
- '*'
@@ -100,8 +100,8 @@ stages:
100100
cp -r fabric-chaincode-shim/build/docs/javadoc/* $(Build.SourceBranchName)/api
101101
displayName: 'Update gh-pages branch'
102102
- script: |
103-
git config --global user.email "Hyperledger Bot"
104-
git config --global user.name "[email protected]"
103+
git config --global user.email "[email protected]"
104+
git config --global user.name "Hyperledger Bot"
105105
git add -A
106106
git commit -m "Publishing GitHub Pages"
107107
git push https://$(GITHUB-PAT)@github.com/hyperledger/fabric-chaincode-java.git gh-pages

0 commit comments

Comments
 (0)