Skip to content
Snippets Groups Projects
Unverified Commit 97aa7c4c authored by Morris Jobke's avatar Morris Jobke
Browse files

Fully check compliant apps


Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent c91ae113
No related branches found
No related tags found
No related merge requests found
...@@ -21,10 +21,7 @@ for app in $(find "apps/" -mindepth 1 -maxdepth 1 -type d -exec basename {} \;); ...@@ -21,10 +21,7 @@ for app in $(find "apps/" -mindepth 1 -maxdepth 1 -type d -exec basename {} \;);
[ "$app" == "files_sharing" ] || \ [ "$app" == "files_sharing" ] || \
[ "$app" == "files_trashbin" ] || \ [ "$app" == "files_trashbin" ] || \
[ "$app" == "files_versions" ] || \ [ "$app" == "files_versions" ] || \
[ "$app" == "lookup_server_connector" ] || \
[ "$app" == "provisioning_api" ] || \ [ "$app" == "provisioning_api" ] || \
[ "$app" == "testing" ] || \
[ "$app" == "twofactor_backupcodes" ] || \
[ "$app" == "updatenotification" ] || \ [ "$app" == "updatenotification" ] || \
[ "$app" == "user_ldap" ] [ "$app" == "user_ldap" ]
then then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment