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:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-06-23 22:21:59 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-06-23 22:29:16 +0300
commite79591e52c95731c0a13f65de4c4b95090cb1a32 (patch)
treeec923c32b6adf5061613b44e2ae9a8227e4b3803 /.drone.yml
parent9eb950bdcf1c815931f31f0401c478c4456aa91c (diff)
Bump drone images
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index 79cad9af1..ecf7c8672 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -5,7 +5,7 @@ clone:
pipeline:
qt-5.7:
- image: nextcloudci/client-5.7:client-5.7-2
+ image: nextcloudci/client-5.7:client-5.7-3
commands:
# Install QtKeyChain
- /bin/bash -c "
@@ -30,7 +30,7 @@ pipeline:
matrix:
TESTS: qt-5.7
qt-5.8:
- image: nextcloudci/client-5.8:client-5.8-2
+ image: nextcloudci/client-5.8:client-5.8-3
commands:
# Install QtKeyChain
- /bin/bash -c "
@@ -55,7 +55,7 @@ pipeline:
matrix:
TESTS: qt-5.8
qt-5.9:
- image: nextcloudci/client-5.9:client-5.9-3
+ image: nextcloudci/client-5.9:client-5.9-4
commands:
# Install QtKeyChain
- /bin/bash -c "
@@ -80,7 +80,7 @@ pipeline:
matrix:
TESTS: qt-5.9
AppImage-5.9:
- image: nextcloudci/client-appimage-ci:client-appimage-ci-9
+ image: nextcloudci/client-appimage-ci:client-appimage-ci-15
commands:
- /bin/bash -c "./admin/linux/build-appimage.sh"
when: