mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-09 23:00:56 +00:00
Fix postgres ci override in tests
This commit is contained in:
parent
7e5b509709
commit
439114bf28
@ -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 New Issue
Block a user