diff --git a/.drone.star b/.drone.star index b5fc64186ec..7b3eb951ae7 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, },