From 18c387a407254b2fff59131989ec742f1efc092f Mon Sep 17 00:00:00 2001 From: Gerhard Lazu Date: Fri, 26 Nov 2021 18:05:03 +0000 Subject: [PATCH] Use tcp in the docker host test Co-authored-by: Vasek - Tom C. Signed-off-by: Gerhard Lazu Signed-off-by: Sam Alba --- stdlib/docker/tests/run-host/simple.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/docker/tests/run-host/simple.cue b/stdlib/docker/tests/run-host/simple.cue index 98dc7add..89dea796 100644 --- a/stdlib/docker/tests/run-host/simple.cue +++ b/stdlib/docker/tests/run-host/simple.cue @@ -14,7 +14,7 @@ TestHost: { } run: #Run & { - name: "daggerci-test-ssh-\(suffix.out)" + name: "daggerci-test-tcp-\(suffix.out)" ref: "hello-world" host: TestConfig.host }