forked from Consensys/quorum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bintray.json
37 lines (37 loc) · 799 Bytes
/
.bintray.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"package": {
"name": "geth",
"repo": "quorum",
"subject": "_ORGANIZATION_",
"vcs_url": "https://github.com/jpmorganchase/quorum",
"licenses": [
"LGPL-3.0"
]
},
"version": {
"name": "_TRAVIS_TAG_",
"desc": "Quorum: _TRAVIS_TAG_, Geth: _GETH_VERSION_, Commit: _TRAVIS_COMMIT_, Build Number: _TRAVIS_BUILD_NUMBER_",
"released": "_RELEASED_DATE_",
"vcs_tag": "_TRAVIS_TAG_",
"gpgSign": true,
"attributes": [
{
"name": "Travis",
"values": [
"_TRAVIS_JOB_WEB_URL_"
],
"type": "string"
}
]
},
"files": [
{
"includePattern": "/dist/(.*.tar.gz)",
"uploadPattern": "_TRAVIS_TAG_/$1",
"matrixParams": {
"override": 1
}
}
],
"publish": true
}