2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-20 02:59:02 +00:00

Revert "Show tests/.env"

This reverts commit 4bc3bdebaf.
This commit is contained in:
Lev Vereshchagin 2021-12-14 15:26:44 +03:00
parent 4bc3bdebaf
commit 13265fe926

View File

@ -102,8 +102,6 @@ FRAPPE_VERSION={os.getenv("FRAPPE_VERSION")}
ERPNEXT_VERSION={os.getenv("ERPNEXT_VERSION")}
"""
)
with open("tests/.env") as f:
print(f.read())
@log("Print compose configuration")