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

github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml41
1 files changed, 12 insertions, 29 deletions
diff --git a/.drone.yml b/.drone.yml
index 762588b..9c6405d 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -3,7 +3,7 @@ name: check-same-code-base
steps:
- name: check-same-code-base
- image: nextcloudci/php8.0:php8.0-1
+ image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
commands:
- make check-same-code-base
@@ -21,7 +21,7 @@ name: php73-cli
steps:
- name: php73-cli
- image: nextcloudci/php7.3:php7.3-5
+ image: ghcr.io/nextcloud/continuous-integration-php7.3:latest
commands:
- make test-cli
@@ -39,7 +39,7 @@ name: php74-cli
steps:
- name: php74-cli
- image: nextcloudci/php7.4:php7.4-3
+ image: ghcr.io/nextcloud/continuous-integration-php7.4:latest
commands:
- make test-cli
@@ -56,7 +56,7 @@ name: php73-stable19
steps:
- name: php73-stable19
- image: nextcloudci/php7.3:php7.3-5
+ image: ghcr.io/nextcloud/continuous-integration-php7.3:latest
commands:
- make test-stable19
@@ -74,7 +74,7 @@ name: php74-stable19
steps:
- name: php74-stable19
- image: nextcloudci/php7.4:php7.4-3
+ image: ghcr.io/nextcloud/continuous-integration-php7.4:latest
commands:
- make test-stable19
@@ -92,7 +92,7 @@ name: php73-stable20
steps:
- name: php73-stable20
- image: nextcloudci/php7.3:php7.3-5
+ image: ghcr.io/nextcloud/continuous-integration-php7.3:latest
commands:
- make test-stable20
@@ -110,7 +110,7 @@ name: php74-stable20
steps:
- name: php74-stable20
- image: nextcloudci/php7.4:php7.4-3
+ image: ghcr.io/nextcloud/continuous-integration-php7.4:latest
commands:
- make test-stable20
@@ -128,7 +128,7 @@ name: php73-stable21
steps:
- name: php73-stable21
- image: nextcloudci/php7.3:php7.3-5
+ image: ghcr.io/nextcloud/continuous-integration-php7.3:latest
commands:
- make test-stable21
@@ -146,7 +146,7 @@ name: php74-stable21
steps:
- name: php74-stable21
- image: nextcloudci/php7.4:php7.4-3
+ image: ghcr.io/nextcloud/continuous-integration-php7.4:latest
commands:
- make test-stable21
@@ -164,7 +164,7 @@ name: php80-stable21
steps:
- name: php80-stable21
- image: nextcloudci/php8.0:php8.0-1
+ image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
commands:
- make test-stable21
@@ -178,28 +178,11 @@ trigger:
---
kind: pipeline
-name: php73-master
-
-steps:
- - name: php73-master
- image: nextcloudci/php7.3:php7.3-2
- commands:
- - make test-master
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
----
-kind: pipeline
name: php74-master
steps:
- name: php74-master
- image: nextcloudci/php7.4:php7.4-2
+ image: ghcr.io/nextcloud/continuous-integration-php7.4:latest
commands:
- make test-master
@@ -217,7 +200,7 @@ name: php80-master
steps:
- name: php80-master
- image: nextcloudci/php8.0:php8.0-1
+ image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
commands:
- make test-master