Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ci(integration): fix master tests
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Sep 19, 2023
commit bb66b5b92cffd71fa2fdad344a180ee2fbb2a926
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