diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-04-20 10:40:09 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-04-21 19:00:28 +0200 |
commit | 1dee36c761b87ab79bb54cfc561d576d8c72434c (patch) | |
tree | f16175b4983c69b0796fafb71d6ccc343cf8bbd7 /build | |
parent | 7b686abe7fb53c8475d8295a59167bdab95fccc9 (diff) | |
download | nextcloud-server-1dee36c761b87ab79bb54cfc561d576d8c72434c.tar.gz nextcloud-server-1dee36c761b87ab79bb54cfc561d576d8c72434c.zip |
Remove accessibility
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/provisioning-v1.feature | 1 | ||||
-rw-r--r-- | build/license.php | 1 |
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', |