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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoracsfer <carlos@reendex.com>2022-02-06 12:23:30 +0300
committerGitHub <noreply@github.com>2022-02-06 12:23:30 +0300
commitc23b938358ff89ef90592b0112d3e0e5ee0029ea (patch)
treece6f6d27c07bd03e4a0594617a7b618004ac2c56 /.drone.yml
parentd1750dee05380173ce2a5243ce032e006ca3c368 (diff)
Replace with 10.2
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 cc0a34cef8a..6d8fd66a319 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -280,7 +280,7 @@ trigger:
---
kind: pipeline
-name: mariadb10.4-php7.4
+name: mariadb10.2-php7.4
steps:
- name: submodules
@@ -297,7 +297,7 @@ services:
- name: cache
image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: mariadb
- image: ghcr.io/nextcloud/continuous-integration-mariadb-10.4:10.4
+ image: ghcr.io/nextcloud/continuous-integration-mariadb-10.2:10.2
environment:
MYSQL_ROOT_PASSWORD: owncloud
MYSQL_USER: oc_autotest
@@ -316,7 +316,7 @@ trigger:
---
kind: pipeline
-name: mariadb10.4-php8.0
+name: mariadb10.2-php8.0
steps:
- name: submodules
@@ -333,7 +333,7 @@ services:
- name: cache
image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: mariadb
- image: ghcr.io/nextcloud/continuous-integration-mariadb-10.4:10.4
+ image: ghcr.io/nextcloud/continuous-integration-mariadb-10.2:10.2
environment:
MYSQL_ROOT_PASSWORD: owncloud
MYSQL_USER: oc_autotest