Ensure end time is recorded for unsuccessful runs too (#62)

* Ensure end time is also recorded for unsuccessful runs

* Clean up integration tests
This commit is contained in:
Frederik Ring
2022-02-13 09:41:36 +01:00
committed by GitHub
parent 0e248010a8
commit 3e17d1b123
6 changed files with 53 additions and 50 deletions

View File

@@ -9,7 +9,7 @@ services:
BACKUP_CRON_EXPRESSION: 0 0 5 31 2 ?
BACKUP_PRUNING_PREFIX: test
NOTIFICATION_LEVEL: info
NOTIFICATION_URLS: gotify://gotify/${GOTIFY_TOKEN}?disableTLS=true
NOTIFICATION_URLS: ${NOTIFICATION_URLS}
volumes:
- ./local:/archive
- app_data:/backup/app_data:ro