Skip to content

Commit

Permalink
always use ocis wrapper
Browse files Browse the repository at this point in the history
Signed-off-by: jkoberg <jkoberg@owncloud.com>
  • Loading branch information
kobergj committed Sep 21, 2023
1 parent f6210be commit 47d3ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 47d3ade

Please sign in to comment.