Merge pull request #498 from nextcloud/backport/497/stable24

[stable24] fix(integrity): expect pkg mgmt files
This commit is contained in:
Arthur Schiwon 2023-09-19 20:31:44 +02:00 committed by GitHub
commit 703833f2c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 19 deletions

View File

@ -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

View File

@ -341,9 +341,13 @@ class Updater {
'index.html',
'indie.json',
'.user.ini',
'composer.json',
'composer.lock',
'console.php',
'cron.php',
'index.php',
'package.json',
'package-lock.json',
'public.php',
'remote.php',
'status.php',

View File

@ -224,9 +224,13 @@ class Updater {
'index.html',
'indie.json',
'.user.ini',
'composer.json',
'composer.lock',
'console.php',
'cron.php',
'index.php',
'package.json',
'package-lock.json',
'public.php',
'remote.php',
'status.php',

View File

@ -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

Binary file not shown.