From 6b3ac8411381de0b0c4da3b6ddf557fbd98e680f Mon Sep 17 00:00:00 2001 From: opyale Date: Sat, 23 May 2020 08:38:09 +0000 Subject: [PATCH] Decreasing upload time to 3 minutes, increasing attempts and removing proxy. (#504) CI: Decreasing upload time to 3 minutes, increasing attempts and removing proxy. Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/504 Reviewed-by: 6543 <6543@noreply.gitea.io> --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index c266cf5a..17da4b29 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,9 +48,8 @@ steps: WEBDAV_PASSWORD: from_secret: NC_TOKEN PLUGIN_FILE: 'signed.apk' - PLUGIN_TIMEOUT: 480 - PLUGIN_ATTEMPTS: 3 - PLUGIN_PROXY_URL: 'socks5://218.5.229.147:38801' + PLUGIN_TIMEOUT: 180 + PLUGIN_ATTEMPTS: 5 PLUGIN_DESTINATION: 'https://cloud.swatian.com/remote.php/dav/files/GitNexBot/GitNex-Builds/latest.apk' PLUGIN_CUSTOM_ARGUMENTS: '--progress-bar'