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(
|
self.with_stage(super::RustServiceStage::BeforeDeps(Arc::new(
|
||||||
SshAgent::new(client.clone()),
|
SshAgent::new(client.clone()),
|
||||||
)))
|
)))
|
||||||
.with_stage(super::RustServiceStage::AfterBase(Arc::new(SshAgent::new(
|
.with_stage(super::RustServiceStage::BeforeBase(Arc::new(
|
||||||
client,
|
SshAgent::new(client),
|
||||||
))))
|
)))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user