From e2d9898cb17f59b9ed12ebac891480fbd46504f9 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Thu, 21 Oct 2021 14:15:35 +0200 Subject: [PATCH] fix CI --- .drone.star | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.star b/.drone.star index 63091bf152..2634e86397 100644 --- a/.drone.star +++ b/.drone.star @@ -1513,7 +1513,6 @@ def notify(ctx): def ocisServer(storage, accounts_hash_difficulty = 4, volumes = []): environment = { "OCIS_URL": "https://ocis-server:9200", - "GRAPH_SPACES_WEBDAV_BASE": "https://ocis-server:9200/dav/spaces/", "STORAGE_HOME_DRIVER": "%s" % (storage), "STORAGE_USERS_DRIVER": "%s" % (storage), "STORAGE_USERS_DRIVER_LOCAL_ROOT": "/srv/app/tmp/ocis/local/root",