From 4c791abafc764b72fc165e41439c1649ef2902b7 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 21 Oct 2019 14:50:25 +0200 Subject: [PATCH] Bump Qt5.12 image Main improvement is that this image contains the libsecret. So when building qtkeychain that should be used. Signed-off-by: Roeland Jago Douma --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9410c1bb5..3652d4a01 100644 --- a/.drone.yml +++ b/.drone.yml @@ -237,7 +237,7 @@ name: qt-5.12 steps: - name: build and test - image: nextcloudci/client-5.12:client-5.12-2 + image: nextcloudci/client-5.12:client-5.12-3 commands: # Install QtKeyChain - /bin/bash -c " @@ -278,7 +278,7 @@ name: qt-5.12-clang steps: - name: build and test - image: nextcloudci/client-5.12:client-5.12-2 + image: nextcloudci/client-5.12:client-5.12-3 commands: # Install QtKeyChain - /bin/bash -c " @@ -319,7 +319,7 @@ name: AppImage steps: - name: build - image: nextcloudci/client-5.12:client-5.12-2 + image: nextcloudci/client-5.12:client-5.12-3 commands: - /bin/bash -c "./admin/linux/build-appimage.sh" trigger: