2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-19 18:49:01 +00:00
This commit is contained in:
Lev Vereshchagin 2021-12-17 12:45:13 +03:00
parent b04f47e63c
commit d496f328d5

View File

@ -102,6 +102,7 @@ def setup_env():
if os.environ[env] == "develop":
with open(os.environ["GITHUB_ENV"], "a") as f:
f.write(f"\n{env}=latest")
os.environ[env] = "latest"
with open("tests/.env", "a") as f:
f.write(
f"""