From b8d241a2c81e505ec208f844fb3cc1a20efbb18a Mon Sep 17 00:00:00 2001 From: Mirco Date: Fri, 22 Dec 2023 16:55:35 +0100 Subject: [PATCH] [skip-ci] infrastructure/../test folder removed --- infrastructure/backup/test/serverspec.edn | 7 ------- infrastructure/nextcloud/test/serverspec.edn | 5 ----- 2 files changed, 12 deletions(-) delete mode 100644 infrastructure/backup/test/serverspec.edn delete mode 100644 infrastructure/nextcloud/test/serverspec.edn diff --git a/infrastructure/backup/test/serverspec.edn b/infrastructure/backup/test/serverspec.edn deleted file mode 100644 index bc4277f..0000000 --- a/infrastructure/backup/test/serverspec.edn +++ /dev/null @@ -1,7 +0,0 @@ -{:file [{:path "/usr/local/bin/init.sh" :mod "700"} - {:path "/usr/local/bin/backup.sh" :mod "700"} - {:path "/usr/local/bin/restore.sh" :mod "700"} - {:path "/usr/local/bin/start-maintenance.sh" :mod "700"} - {:path "/usr/local/bin/end-maintenance.sh" :mod "700"} - {:path "/entrypoint.sh" :mod "700"} - {:path "/entrypoint-start-and-wait.sh" :mod "700"}]} diff --git a/infrastructure/nextcloud/test/serverspec.edn b/infrastructure/nextcloud/test/serverspec.edn deleted file mode 100644 index 3b449c6..0000000 --- a/infrastructure/nextcloud/test/serverspec.edn +++ /dev/null @@ -1,5 +0,0 @@ -{:file [{:path "/var/data"} - {:path "/usr/local/bin/install-debug.sh" :mod "700"} - {:path "/usr/local/etc/php/conf.d/upload-max-limit.ini" :mod "544"} - {:path "/usr/local/etc/php/conf.d/memory-limit.ini" :mod "544"} - {:path "/entrypoint.sh" :mod "755"}]}