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:
authorVincent Petry <vincent@nextcloud.com>2021-02-17 17:08:25 +0300
committerVincent Petry <vincent@nextcloud.com>2021-02-17 17:08:25 +0300
commitc9170d3fdc85ee37ba44ea828d4d1393efabf832 (patch)
tree06d9d6a8cd3165ebeb49b6869202445953adcfd9
parent75d3ca0e966653b6bd95bd6499764106083b6b0b (diff)
Remove obsolete pipeline php72-master
Master (which is Nextcloud 22) doesn't support PHP 7.2 any more. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
-rw-r--r--.drone.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.drone.yml b/.drone.yml
index 3d96580..1f59ce5 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -233,24 +233,6 @@ trigger:
---
kind: pipeline
-name: php72-master
-
-steps:
- - name: php72-master
- image: nextcloudci/php7.2:php7.2-12
- commands:
- - make test-master
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
-
----
-kind: pipeline
name: php73-master
steps: