From 5dc64ebee67920c06e8a5b154bf8c35401508304 Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Thu, 30 Mar 2023 16:59:00 +0200 Subject: Prevent expiration from delete file in cypress tests Signed-off-by: Louis Chemineau --- cypress/dockerNode.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'cypress/dockerNode.ts') diff --git a/cypress/dockerNode.ts b/cypress/dockerNode.ts index 58544118024..af5619bbf80 100644 --- a/cypress/dockerNode.ts +++ b/cypress/dockerNode.ts @@ -122,7 +122,6 @@ export const configureNextcloud = async function() { await runExec(container, ['php', 'occ', 'config:system:set', 'default_locale', '--value', 'en_US'], true) await runExec(container, ['php', 'occ', 'config:system:set', 'force_locale', '--value', 'en_US'], true) await runExec(container, ['php', 'occ', 'config:system:set', 'enforce_theme', '--value', 'light'], true) - await runExec(container, ['php', 'occ', 'config:system:set', 'versions_retention_obligation', '--value', '0, 0'], true) console.log('└─ Nextcloud is now ready to use 🎉') } -- cgit v1.2.3