2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-24 23:58:27 +00:00

Fix backup test

This commit is contained in:
Lev Vereshchagin 2022-02-25 13:39:19 +03:00
parent 04f99d65ee
commit b3dd1ddbab

View File

@ -326,6 +326,8 @@ def check_backup_in_s3():
f"S3_ACCESS_KEY={S3_ACCESS_KEY}",
"-e",
f"S3_SECRET_KEY={S3_SECRET_KEY}",
"-e",
f"SITE_NAME={SITE_NAME}",
"backend",
"/home/frappe/frappe-bench/env/bin/python",
"/tmp/_check_backup_files.py",