mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-13 00:36:26 +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":
|
||||
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"""
|
||||
|
Loading…
Reference in New Issue
Block a user