mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 22:25:09 +00:00
Fix postgres ci override in tests
This commit is contained in:
parent
7e5b509709
commit
439114bf28
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ def check_erpnext_assets():
|
|||
def create_containers_with_postgres_override():
|
||||
args = ["-f", "overrides/compose.postgres.yaml"]
|
||||
if CI:
|
||||
args.extend(("-f", "tests/compose.ci.postgres.yaml"))
|
||||
args.extend(("-f", "tests/compose.ci-postgres.yaml"))
|
||||
docker_compose(*args, "up", "-d", "--quiet-pull")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue