mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 06:15:26 +00:00
Show tests/.env
This commit is contained in:
parent
7d5f65c775
commit
4bc3bdebaf
@ -102,6 +102,8 @@ FRAPPE_VERSION={os.getenv("FRAPPE_VERSION")}
|
|||||||
ERPNEXT_VERSION={os.getenv("ERPNEXT_VERSION")}
|
ERPNEXT_VERSION={os.getenv("ERPNEXT_VERSION")}
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
with open("tests/.env") as f:
|
||||||
|
print(f.read())
|
||||||
|
|
||||||
|
|
||||||
@log("Print compose configuration")
|
@log("Print compose configuration")
|
||||||
|
Loading…
Reference in New Issue
Block a user