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"}]}