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:
authorJoas Schilling <coding@schilljs.com>2020-09-18 10:51:42 +0300
committerJoas Schilling <coding@schilljs.com>2020-09-18 10:51:42 +0300
commitf79f1895d378096506988a8d22ec162b1c8644af (patch)
tree0f2b2ed2fbf50c336a73fdb7888f9ed4a64812bf /.drone.yml
parent9ac888d89520da72c0a17fc34b2aa133b4d15c4b (diff)
To revert once php8.0 packages are there
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml38
1 files changed, 24 insertions, 14 deletions
diff --git a/.drone.yml b/.drone.yml
index 8221252451e..cadcc0d45a9 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -254,10 +254,10 @@ steps:
image: nextcloudci/php7.4:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
-- name: nodb-php8.0
- image: nextcloudci/php8.0:latest
- commands:
- - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
+#- name: nodb-php8.0
+# image: nextcloudci/php8.0:latest
+# commands:
+# - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
services:
- name: cache
@@ -288,10 +288,10 @@ steps:
image: nextcloudci/php7.4:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
-- name: sqlite-php8.0
- image: nextcloudci/php8.0:latest
- commands:
- - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
+#- name: sqlite-php8.0
+# image: nextcloudci/php8.0:latest
+# commands:
+# - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
services:
- name: cache
@@ -410,17 +410,22 @@ trigger:
---
kind: pipeline
-name: mariadb10.4-php8.0
+name: mariadb10.4-php7.4
+#name: mariadb10.4-php8.0
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: mariadb10.4-php8.0
- image: nextcloudci/php8.0:latest
+- name: mariadb10.4-php7.4
+ image: nextcloudci/php7.4:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
+#- name: mariadb10.4-php8.0
+# image: nextcloudci/php8.0:latest
+# commands:
+# - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
services:
- name: cache
@@ -683,17 +688,22 @@ trigger:
---
kind: pipeline
-name: mysqlmb4-php8.0
+name: mysqlmb4-php7.4
+#name: mysqlmb4-php8.0
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: mysqlmb4-php8.0
- image: nextcloudci/php8.0:latest
+- name: mysqlmb4-php7.4
+ image: nextcloudci/php7.4:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
+#- name: mysqlmb4-php8.0
+# image: nextcloudci/php8.0:latest
+# commands:
+# - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
services:
- name: cache