feat: ssh is always required for with src
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:43 +02:00
parent 1d2cba49aa
commit 0a39e729bc
2 changed files with 0 additions and 4 deletions

View File

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