Skip to content

Commit 1326710

Browse files
committed
Updated test infra to bring SSL
1 parent 4c42e03 commit 1326710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def devenv(c):
2020
def devenv_cluster(c):
2121
"""Brings up the test environment for OSS cluster redis, by wrapping docker compose."""
2222
clean(c)
23-
cmd = "docker compose --profile cluster --profile ssl up -d --build"
23+
cmd = "docker compose --profile cluster --profile standalone up -d --build"
2424
run(cmd)
2525

2626

0 commit comments

Comments
 (0)