Adjust release file list
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
01a6181d9f
commit
69410a4f1c
1 changed files with 4 additions and 2 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue