diff options
author | acsfer <carlos@reendex.com> | 2022-02-06 10:23:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 10:23:30 +0100 |
commit | c23b938358ff89ef90592b0112d3e0e5ee0029ea (patch) | |
tree | ce6f6d27c07bd03e4a0594617a7b618004ac2c56 /.drone.yml | |
parent | d1750dee05380173ce2a5243ce032e006ca3c368 (diff) | |
download | nextcloud-server-c23b938358ff89ef90592b0112d3e0e5ee0029ea.tar.gz nextcloud-server-c23b938358ff89ef90592b0112d3e0e5ee0029ea.zip |
Replace with 10.2
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 8 |
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 |