Adjust release file list

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2018-12-21 11:02:22 +01:00 committed by Julius Härtl
parent 01a6181d9f
commit 69410a4f1c
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 4 additions and 2 deletions

View File

@ -22,10 +22,11 @@
$expectedFiles = [ $expectedFiles = [
'.', '.',
'..', '..',
'.bowerrc', '.babelrc',
'.codecov.yml', '.codecov.yml',
'.drone.yml', '.drone.yml',
'.git', '.git',
'.gitattributes',
'.github', '.github',
'.gitignore', '.gitignore',
'.gitmodules', '.gitmodules',
@ -44,7 +45,6 @@ $expectedFiles = [
'autotest-external.sh', 'autotest-external.sh',
'autotest-js.sh', 'autotest-js.sh',
'autotest.sh', 'autotest.sh',
'bower.json',
'build', 'build',
'CHANGELOG.md', 'CHANGELOG.md',
'CODE_OF_CONDUCT.md', 'CODE_OF_CONDUCT.md',
@ -63,6 +63,8 @@ $expectedFiles = [
'ocs', 'ocs',
'ocs-provider', 'ocs-provider',
'ocm-provider', 'ocm-provider',
'package.json',
'package-lock.json',
'public.php', 'public.php',
'README.md', 'README.md',
'remote.php', 'remote.php',