mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-12 16:58:41 -05:00
Merge pull request #1101 from owncloud/fix_timeout_issues_ocis_server_ci
[CI only] wait for oCIS server to be started
This commit is contained in:
@@ -1456,6 +1456,14 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes=[]):
|
||||
],
|
||||
'volumes': volumes,
|
||||
},
|
||||
{
|
||||
'name': 'wait-for-ocis-server',
|
||||
'image': 'thegeeklab/wait-for:latest',
|
||||
'pull': 'always',
|
||||
'commands': [
|
||||
'wait-for ocis-server:9200 -t 60',
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
def cloneCoreRepos(coreBranch, coreCommit):
|
||||
|
||||
Reference in New Issue
Block a user