Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
3ff9cff6d6
commit
fb4c064bec
@ -63,9 +63,9 @@ impl SshAgentExt for RustService {
|
||||
self.with_stage(super::RustServiceStage::BeforeDeps(Arc::new(
|
||||
SshAgent::new(client.clone()),
|
||||
)))
|
||||
.with_stage(super::RustServiceStage::AfterBase(Arc::new(SshAgent::new(
|
||||
client,
|
||||
))))
|
||||
.with_stage(super::RustServiceStage::BeforeBase(Arc::new(
|
||||
SshAgent::new(client),
|
||||
)))
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user