diff --git a/.drone.star b/.drone.star index 4cd4e3b0a25..183753ee8d0 100644 --- a/.drone.star +++ b/.drone.star @@ -1474,6 +1474,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):