Merge pull request #1924 from owncloud/owncloudci_wait_for

switch to owncloudci/wait-for
This commit is contained in:
Willy Kloucek
2021-04-19 09:11:51 +02:00
committed by GitHub
+2 -2
View File
@@ -1341,10 +1341,10 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes=[]):
},
{
'name': 'wait-for-ocis-server',
'image': 'thegeeklab/wait-for:latest',
'image': 'owncloudci/wait-for:latest',
'pull': 'always',
'commands': [
'wait-for ocis-server:9200 -t 300',
'wait-for -it ocis-server:9200 -t 300',
],
},
]