diff --git a/infrastructure/backup/test/serverspec.edn b/infrastructure/backup/test/serverspec.edn deleted file mode 100644 index 09623c7..0000000 --- a/infrastructure/backup/test/serverspec.edn +++ /dev/null @@ -1,6 +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/restic-snapshots.sh" :mod "700"} - {:path "/entrypoint.sh" :mod "700"} - {:path "/entrypoint-start-and-wait.sh" :mod "700"}]} diff --git a/infrastructure/federated/test/serverspec.edn b/infrastructure/federated/test/serverspec.edn deleted file mode 100644 index 7c95886..0000000 --- a/infrastructure/federated/test/serverspec.edn +++ /dev/null @@ -1,8 +0,0 @@ -{:file [{:path "/usr/bin/entrypoint" :mod "755"} - {:path "/app/gitea/gitea" :mod "755"} - {:path "/usr/local/bin/gitea" :mod "755"} - {:path "/usr/local/bin/environment-to-ini" :mod "755"} - {:path "/etc/s6/gitea/" :mod "755"} - {:path "/etc/s6/openssh/" :mod "755"} - {:path "/etc/s6/.s6-svscan/" :mod "755"} - {:path "/etc/profile.d/gitea_bash_autocomplete.sh" :mod "644"}]}