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:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2021-08-25 20:09:45 +0300
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>2021-08-25 20:09:45 +0300
commit2ecbdb62e3a456715e39df3335006561f0e34e79 (patch)
tree4e7503ac3b9f83b2b4486a975048d7452dca666d
parent55d1278fc285236b2bf5be713020c923c2cc4879 (diff)
use the proper images to build the docdoc/fixBuild
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 5bc6cb451..7b16712d8 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -140,7 +140,7 @@ name: Documentation
steps:
- name: cmake
- image: nextcloudci/client-5.12:client-5.12-12
+ image: ghcr.io/nextcloud/continuous-integration-client:client-5.15-1
volumes:
- name: build
path: /drone/build
@@ -148,7 +148,7 @@ steps:
- cd /drone/build
- cmake -G Ninja -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 -DCMAKE_BUILD_TYPE=Debug -DBUILD_UPDATER=ON -DBUILD_TESTING=1 -DSANITIZE_ADDRESS=ON ../src
- name: build
- image: nextcloudci/client-5.12:client-5.12-12
+ image: ghcr.io/nextcloud/continuous-integration-client:client-5.15-1
volumes:
- name: build
path: /drone/build