mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-24 23:58:27 +00:00
Remove unused quiet-pull in tests
This commit is contained in:
parent
dd36984156
commit
a1075c27c1
@ -302,7 +302,7 @@ def stop_s3_container():
|
||||
|
||||
@log("Recreate with https override")
|
||||
def recreate_with_https_override():
|
||||
docker_compose("-f", "overrides/compose.https.yaml", "up", "-d", "--quiet-pull")
|
||||
docker_compose("-f", "overrides/compose.https.yaml", "up", "-d")
|
||||
|
||||
|
||||
@log("Check / (https)")
|
||||
|
Loading…
x
Reference in New Issue
Block a user