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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-05-28 18:16:01 +0300
committerGitHub <noreply@github.com>2021-05-28 18:16:01 +0300
commit91788cc90eac1773356f7429c9c672f6585c04ae (patch)
tree2c223260b113a995c890ad6d8e7c1dcc5a543cd0 /.drone.yml
parent17d0dac906975a7a3eb77e93d9788f52e465089f (diff)
parent87dcde78d0171f4e3e9d997a4fe5ca83401b115b (diff)
Merge pull request #27211 from nextcloud/use-ghcr-php7.3
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.drone.yml b/.drone.yml
index e1eefa4d9bf..9c458a89216 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -7,7 +7,7 @@ steps:
commands:
- git submodule update --init
- name: checkers
- image: nextcloudci/php7.3:php7.3-5
+ image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
commands:
- ./autotest-checkers.sh
secrets: [ github_token ]
@@ -224,7 +224,7 @@ steps:
commands:
- git submodule update --init
- name: nodb-php7.3
- image: nextcloudci/php7.3:php7.3-5
+ image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
commands:
- bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
@@ -261,7 +261,7 @@ steps:
commands:
- git submodule update --init
- name: sqlite-php7.3
- image: nextcloudci/php7.3:php7.3-5
+ image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
commands:
- bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
@@ -298,7 +298,7 @@ steps:
commands:
- git submodule update --init
- name: mariadb10.1-php7.3
- image: nextcloudci/php7.3:php7.3-5
+ image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
commands:
- bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
@@ -334,7 +334,7 @@ steps:
commands:
- git submodule update --init
- name: mariadb10.2-php7.3
- image: nextcloudci/php7.3:php7.3-5
+ image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
commands:
- bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
@@ -369,7 +369,7 @@ steps:
commands:
- git submodule update --init
- name: mariadb10.3-php7.3
- image: nextcloudci/php7.3:php7.3-5
+ image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
commands:
- bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
@@ -483,7 +483,7 @@ steps:
commands:
- git submodule update --init
- name: postgres-php7.3
- image: nextcloudci/php7.3:php7.3-5
+ image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
commands:
- bash tests/drone-run-php-tests.sh || exit 0
- sleep 10 # gives the database enough time to initialize
@@ -519,7 +519,7 @@ steps:
commands:
- git submodule update --init
- name: postgres-php7.3
- image: nextcloudci/php7.3:php7.3-5
+ image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
commands:
- bash tests/drone-run-php-tests.sh || exit 0
- sleep 10 # gives the database enough time to initialize
@@ -703,7 +703,7 @@ steps:
commands:
- git submodule update --init
- name: mysqlmb4-php7.3
- image: nextcloudci/php7.3:php7.3-5
+ image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
commands:
- bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
@@ -2287,7 +2287,7 @@ trigger:
# commands:
# - git submodule update --init
#- name: memcache-redis-cluster
-# image: nextcloudci/php7.3:php7.3-5
+# image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
# commands:
# - phpenmod xdebug
# - sleep 20