From 3a6f5bb6d29150d5b7122eecc473f8407dd4bb98 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 30 Dec 2023 22:51:26 +0100 Subject: [PATCH] feat: without home Signed-off-by: kjuulh --- crates/cuddle-ci/src/rust_service/ssh_agent.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cuddle-ci/src/rust_service/ssh_agent.rs b/crates/cuddle-ci/src/rust_service/ssh_agent.rs index 5975a97..284403b 100644 --- a/crates/cuddle-ci/src/rust_service/ssh_agent.rs +++ b/crates/cuddle-ci/src/rust_service/ssh_agent.rs @@ -30,7 +30,7 @@ impl DaggerMiddleware for SshAgent { let c = container .with_new_file_opts( - format!("{home}/.ssh/config"), + format!(".ssh/config"), ContainerWithNewFileOptsBuilder::default() .contents( r#"