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:
parent
1d2cba49aa
commit
0a39e729bc
@ -39,9 +39,6 @@ pub mod models {
|
|||||||
|
|
||||||
/// Which server to use, see inner field for more docs
|
/// Which server to use, see inner field for more docs
|
||||||
pub server: SrcServer,
|
pub server: SrcServer,
|
||||||
|
|
||||||
/// Whether to include an ssh socket, if not set will default to the token set in server and http/https depending on the server
|
|
||||||
pub use_ssh_socket: bool,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
|
@ -12,7 +12,6 @@ pub async fn main() -> eyre::Result<()> {
|
|||||||
.expect("CUDDLE_PLEASE_TOKEN to be present"),
|
.expect("CUDDLE_PLEASE_TOKEN to be present"),
|
||||||
},
|
},
|
||||||
log_level: Some(dagger_cuddle_please::models::LogLevel::Debug),
|
log_level: Some(dagger_cuddle_please::models::LogLevel::Debug),
|
||||||
use_ssh_socket: true,
|
|
||||||
})
|
})
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user