Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
ef77451bb7
commit
365b840fe9
@ -59,7 +59,10 @@ pub mod drone_templater {
|
||||
"upload",
|
||||
"--template",
|
||||
&self.template.display().to_string(),
|
||||
]);
|
||||
])
|
||||
.sync()
|
||||
.await
|
||||
.context("failed to upload drone templates with error")?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user