From dd49462bace95c8e3d81e847fae85e428928ffa5 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Wed, 24 Aug 2022 09:09:53 +0200 Subject: [PATCH] ci: delete accounts frontend app from ci config.json --- tests/config/drone/ocis-config.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/config/drone/ocis-config.json b/tests/config/drone/ocis-config.json index d8ee1513f..5c181dedd 100644 --- a/tests/config/drone/ocis-config.json +++ b/tests/config/drone/ocis-config.json @@ -31,10 +31,6 @@ { "id": "settings", "path": "https://ocis-server:9200/settings.js" - }, - { - "id": "accounts", - "path": "https://ocis-server:9200/accounts.js" } ] }