mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-01-11 03:15:39 +08:00
* Add test case for notification feature * Fix template data * bash is needed to interpret test * Do not use bashisms in test * Only print FullPath * Fix assertion
7 lines
163 B
Cheetah
7 lines
163 B
Cheetah
{{ define "title_success" -}}
|
|
Successful test run, yay!
|
|
{{- end }}
|
|
|
|
{{ define "body_success" -}}
|
|
Backing up {{ .Stats.BackupFile.FullPath }} succeeded.
|
|
{{- end }}
|