File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ A light-weight tool to test performance of Hyperledger Fabric
3
3
4
4
English/[ 中文] ( README-zh.md )
5
5
6
- [ ![ Build Status] ( https://dev.azure.com/guojiannan1101/guojiannan1101/_apis/build/status/guoger.tape?branchName=master )] ( https://dev.azure.com/guojiannan1101/guojiannan1101/_build/latest?definitionId=1&branchName=master )
6
+ [ ![ Build Status] ( https://dev.azure.com/Hyperledger/TWGC/_apis/build/status/Hyperledger-TWGC.tape?branchName=master )] ( https://dev.azure.com/Hyperledger/TWGC/_build/latest?definitionId=135&branchName=master )
7
+ [ ![ Build Status] ( https://dev.azure.com/Hyperledger/TWGC/_apis/build/status/Hyperledger-TWGC.tape?branchName=alpha )] ( https://dev.azure.com/Hyperledger/TWGC/_build/latest?definitionId=135&branchName=alpha )
7
8
8
9
<img src =" logo.svg " width =" 100 " >
9
10
@@ -70,6 +71,8 @@ Here are possbile values (warn by default)
70
71
71
72
## [ Maintainers] ( MAINTAINERS.md )
72
73
74
+ ## Recent Updates
75
+ Recently, we opened some features at alpha branch, you can take a look at [ here] ( https://github.com/Hyperledger-TWGC/tape/tree/alpha ) .
73
76
74
77
## LICENSE
75
78
Original file line number Diff line number Diff line change 5
5
6
6
trigger :
7
7
- master
8
+ - alpha
9
+
10
+ schedules :
11
+ - cron : " 0 0 * * 0" # https://crontab.guru/#0_0_*_*_0
12
+ displayName : " Weekly Sunday build"
13
+ branches :
14
+ include :
15
+ - master
16
+ - alpha
17
+ always : true
8
18
9
19
variables :
10
20
GOPATH : $(Agent.BuildDirectory)/go
You can’t perform that action at this time.
0 commit comments