feat: remove extra fluff
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
e7e456e5d9
commit
4f15e5a887
@ -61,9 +61,9 @@ impl MainAction for DroneTemplater {
|
|||||||
.chain(
|
.chain(
|
||||||
self.variables
|
self.variables
|
||||||
.iter()
|
.iter()
|
||||||
.map(|(name, value)| format!(r#"--variable='{name}={value}'"#)),
|
.map(|(name, value)| format!(r#"--variable={name}={value}"#)),
|
||||||
)
|
)
|
||||||
.chain(vec![format!("--variable='image_tag={}'", image_tag)])
|
.chain(vec![format!("--variable=image_tag={}", image_tag)])
|
||||||
.collect::<Vec<_>>();
|
.collect::<Vec<_>>();
|
||||||
|
|
||||||
self.client
|
self.client
|
||||||
|
Loading…
Reference in New Issue
Block a user