Skip to content

Commit

Permalink
ci(integration): fix master tests
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Sep 19, 2023
1 parent a512f50 commit bb66b5b
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 @@ -176,24 +176,6 @@ trigger:
- pull_request
- push

---
kind: pipeline
name: php74-master

steps:
- name: php74-master
image: ghcr.io/nextcloud/continuous-integration-php7.4:latest
commands:
- make test-master

trigger:
branch:
- master
- stable*
event:
- pull_request
- push

---
kind: pipeline
name: php80-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 22.0
Then the installed version should be 28.0
And maintenance mode should be off
And upgrade is not required

0 comments on commit bb66b5b

Please sign in to comment.