feat: ssh is always required for with src
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -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?;
|
||||
|
||||
|
Reference in New Issue
Block a user