mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 06:35:10 +00:00
Remove unused quiet-pull in tests
This commit is contained in:
parent
dd36984156
commit
a1075c27c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue