Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-20 11:40:09 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-21 20:00:28 +0300
commit1dee36c761b87ab79bb54cfc561d576d8c72434c (patch)
treef16175b4983c69b0796fafb71d6ccc343cf8bbd7 /build
parent7b686abe7fb53c8475d8295a59167bdab95fccc9 (diff)
Remove accessibility
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/provisioning-v1.feature1
-rw-r--r--build/license.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/build/integration/features/provisioning-v1.feature b/build/integration/features/provisioning-v1.feature
index 388fa37ba29..e891c274943 100644
--- a/build/integration/features/provisioning-v1.feature
+++ b/build/integration/features/provisioning-v1.feature
@@ -555,7 +555,6 @@ Feature: provisioning
Then the OCS status code should be "100"
And the HTTP status code should be "200"
And apps returned are
- | accessibility |
| cloud_federation_api |
| comments |
| contactsinteraction |
diff --git a/build/license.php b/build/license.php
index 081242d5994..94ef4e4b02c 100644
--- a/build/license.php
+++ b/build/license.php
@@ -447,7 +447,6 @@ if (isset($argv[1])) {
$licenses->exec($argv[1], isset($argv[2]) ? $argv[1] : false);
} else {
$licenses->exec([
- '../apps/accessibility',
'../apps/admin_audit',
'../apps/cloud_federation_api',
'../apps/comments',