From 2b21c5df93d5dbcfeea85c992db0b90079c9f006 Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Tue, 7 Jan 2025 10:13:25 +0100 Subject: [PATCH] fix relative path in compose file Signed-off-by: Nicolas De Loof --- pkg/e2e/fixtures/build-test/ssh/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/e2e/fixtures/build-test/ssh/compose.yaml b/pkg/e2e/fixtures/build-test/ssh/compose.yaml index 27052a958e7..2fd56ab1494 100644 --- a/pkg/e2e/fixtures/build-test/ssh/compose.yaml +++ b/pkg/e2e/fixtures/build-test/ssh/compose.yaml @@ -4,4 +4,4 @@ services: build: context: . ssh: - - fake-ssh=./fixtures/build-test/ssh/fake_rsa + - fake-ssh=./fake_rsa