mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 21:55:09 +00:00
Fix CI?
This commit is contained in:
parent
b04f47e63c
commit
d496f328d5
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue