Skip to content

Commit c0b80d6

Browse files
committed
ci: revert providers change
1 parent 472e418 commit c0b80d6

1 file changed

Lines changed: 3 additions & 25 deletions

File tree

tests/drone/providers.json

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "ocis",
44
"full_name": "ocis server",
55
"organization": "ownCloud",
6-
"domain": "localhost:9200",
6+
"domain": ".*:9200",
77
"homepage": "https://owncloud.com",
88
"services": [
99
{
@@ -13,33 +13,11 @@
1313
"description": "ownCloud Open Cloud Mesh API"
1414
},
1515
"name": "ownCloud - OCM API",
16-
"path": "https://localhost:9200/ocm/",
16+
"path": "https://.*:9200/ocm/",
1717
"is_monitored": true
1818
},
1919
"api_version": "0.0.1",
20-
"host": "localhost:9200"
21-
}
22-
]
23-
},
24-
{
25-
"name": "federation-ocis-server",
26-
"full_name": "Federation ocis",
27-
"organization": "Owncloud",
28-
"domain": "localhost:10200",
29-
"homepage": "https://owncloud.com",
30-
"services": [
31-
{
32-
"endpoint": {
33-
"type": {
34-
"name": "OCM",
35-
"description": "CERNBox Open Cloud Mesh API"
36-
},
37-
"name": "CERNBox - OCM API",
38-
"path": "https://localhost:10200/ocm/",
39-
"is_monitored": true
40-
},
41-
"api_version": "0.0.1",
42-
"host": "localhost:10200"
20+
"host": ".*:9200"
4321
}
4422
]
4523
}

0 commit comments

Comments
 (0)