Skip to content

Commit

Permalink
Merge pull request #355 from nextcloud/backport/333/stable21
Browse files Browse the repository at this point in the history
[stable21] Remove obsolete pipeline php72-master
  • Loading branch information
MorrisJobke authored Mar 23, 2021
2 parents cae57fa + 9374153 commit 478a3ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,24 +231,6 @@ trigger:
- pull_request
- push

---
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
Expand Down
2 changes: 1 addition & 1 deletion tests/features/master.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Feature: CLI updater - master base
And the version number is decreased in the config.php to enforce upgrade
When the CLI updater is run successfully
And the output should contain "Update successful"
Then the installed version should be 20.0
Then the installed version should be 22.0
And maintenance mode should be off
And upgrade is not required

0 comments on commit 478a3ef

Please sign in to comment.