feat: fix ssh issues
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-11 20:01:05 +02:00
parent 3662b343b6
commit 1d2cba49aa
2 changed files with 26 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ pub async fn main() -> eyre::Result<()> {
token: std::env::var("CUDDLE_PLEASE_TOKEN")
.expect("CUDDLE_PLEASE_TOKEN to be present"),
},
log_level: None,
log_level: Some(dagger_cuddle_please::models::LogLevel::Debug),
use_ssh_socket: true,
})
.await?;