From e9d5b23dfb232af08db2e77f2299451f931ec3b2 Mon Sep 17 00:00:00 2001 From: jkoberg Date: Wed, 20 Sep 2023 10:43:11 +0200 Subject: [PATCH] always use ocis wrapper Signed-off-by: jkoberg --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index b5fc64186..7b3eb951a 100644 --- a/.drone.star +++ b/.drone.star @@ -2020,7 +2020,7 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes = [], depends_on = "commands": [ "%s init --insecure true" % ocis_bin, "cat $OCIS_CONFIG_DIR/ocis.yaml", - ] + (wrapper_commands if with_wrapper else ["%s server" % ocis_bin]), + ] + (wrapper_commands), "volumes": volumes, "depends_on": depends_on, },