From 77e764e4d5a88dae4a634c6b463c096948c9ad78 Mon Sep 17 00:00:00 2001 From: jkoberg Date: Tue, 12 Apr 2022 15:49:30 +0200 Subject: [PATCH] try different wait-for-ocis-server command Signed-off-by: jkoberg --- .drone.star | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.star b/.drone.star index 26c0826d18..67b0760d67 100644 --- a/.drone.star +++ b/.drone.star @@ -1733,9 +1733,9 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes = [], depends_on = }, { "name": "wait-for-ocis-server", - "image": OC_CI_WAIT_FOR, + "image": OC_CI_ALPINE, "commands": [ - "wait-for -it ocis-server:9200 -t 300", + "curl -k -u admin:admin --retry 10 --retry-all-errors 'https://ocis-server:9200/graph/v1.0/users/ddc2004c-0977-11eb-9d3f-a793888cd0f8'", ], "depends_on": depends_on, },