From 23b8fadbcb031a39beb44583dae24bd398680ea8 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 2 Oct 2020 14:14:46 +0200 Subject: [PATCH] point to docs build CI --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 0c4869cba5..83300757d8 100644 --- a/.drone.star +++ b/.drone.star @@ -1036,7 +1036,7 @@ def docs(ctx): 'name': 'downstream', 'image': 'plugins/downstream', 'settings': { - 'server': 'https://cloud.drone.io/', + 'server': 'https://drone.owncloud.com/', 'token': { 'from_secret': 'drone_token', },