Skip to content

Commit 0c8da5f

Browse files
authored
Update and rename config.yml to config-broken.yml
1 parent 5a1bec4 commit 0c8da5f

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

config-broken.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
schemaVersion: '2.0.0'
2+
commandTests:
3+
- name: "restic package installation"
4+
setup: [["/entry.sh"]]
5+
command: "which"
6+
args: ["restic"]
7+
expectedOutput: ["/bin/restic"]
8+
fileExistenceTests:
9+
- name: 'log directory exists'
10+
path: '/var/log'
11+
shouldExist: true
12+
- name: 'cron log file exists'
13+
path: '/var/log/cron.log'
14+
shouldExist: true
15+
- name: 'backup script exists'
16+
path: '/bin/backup'
17+
shouldExist: true
18+
metadataTest:
19+
volumes: ["/data"]
20+
entrypoint: ["/entry.sh"]
21+
cmd: ["tail","-fn0", "/var/log/cron.log"]

config.yml

-21
This file was deleted.

0 commit comments

Comments
 (0)