mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 07:15: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":
|
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 a new issue