mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-10 07:11:00 +00:00
Fix CI?
This commit is contained in:
parent
b04f47e63c
commit
d496f328d5
@ -102,6 +102,7 @@ def setup_env():
|
|||||||
if os.environ[env] == "develop":
|
if os.environ[env] == "develop":
|
||||||
with open(os.environ["GITHUB_ENV"], "a") as f:
|
with open(os.environ["GITHUB_ENV"], "a") as f:
|
||||||
f.write(f"\n{env}=latest")
|
f.write(f"\n{env}=latest")
|
||||||
|
os.environ[env] = "latest"
|
||||||
with open("tests/.env", "a") as f:
|
with open("tests/.env", "a") as f:
|
||||||
f.write(
|
f.write(
|
||||||
f"""
|
f"""
|
||||||
|
Loading…
Reference in New Issue
Block a user