Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schuster <michael@schuster.ms>2019-11-16 23:36:59 +0300
committerMichael Schuster <michael@schuster.ms>2019-11-16 23:36:59 +0300
commit4fc8936553dfae28edc0e424408d4366081a7045 (patch)
treedbf584a70beb1b198c40083ebda042f971334eeb /.drone.yml
parentdd0135ce2e6bf7105534efe958de35709ebe8114 (diff)
Make AppImage upload optional and add timeout
Moves the upload into a separate Drone command and adds a timeout for curl to fail after 15 minutes. Returns zero to keep Drone from failing. Signed-off-by: Michael Schuster <michael@schuster.ms>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index b00420981..e5f8204c5 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -322,6 +322,7 @@ steps:
image: nextcloudci/client-5.12:client-5.12-5
commands:
- /bin/bash -c "./admin/linux/build-appimage.sh"
+ - /bin/bash -c "./admin/linux/upload-appimage.sh"
trigger:
branch:
- master