Skip to content

Commit

Permalink
Update and rename config.yml to config-broken.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niondir authored Jan 7, 2020
1 parent 5a1bec4 commit 0c8da5f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
21 changes: 21 additions & 0 deletions config-broken.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
schemaVersion: '2.0.0'
commandTests:
- name: "restic package installation"
setup: [["/entry.sh"]]
command: "which"
args: ["restic"]
expectedOutput: ["/bin/restic"]
fileExistenceTests:
- name: 'log directory exists'
path: '/var/log'
shouldExist: true
- name: 'cron log file exists'
path: '/var/log/cron.log'
shouldExist: true
- name: 'backup script exists'
path: '/bin/backup'
shouldExist: true
metadataTest:
volumes: ["/data"]
entrypoint: ["/entry.sh"]
cmd: ["tail","-fn0", "/var/log/cron.log"]
21 changes: 0 additions & 21 deletions config.yml

This file was deleted.

0 comments on commit 0c8da5f

Please sign in to comment.