Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
250807d16f
commit
e7e456e5d9
@ -69,6 +69,7 @@ impl MainAction for DroneTemplater {
|
|||||||
self.client
|
self.client
|
||||||
.container()
|
.container()
|
||||||
.from(DRONE_TEMPLATER_IMAGE)
|
.from(DRONE_TEMPLATER_IMAGE)
|
||||||
|
.with_env_variable("RUST_LOG", "drone_templater=trace")
|
||||||
.with_exec(vec!["echo", &format!("{}", now.as_secs())])
|
.with_exec(vec!["echo", &format!("{}", now.as_secs())])
|
||||||
.with_directory("/src/templates", src)
|
.with_directory("/src/templates", src)
|
||||||
.with_workdir("/src")
|
.with_workdir("/src")
|
||||||
|
Loading…
Reference in New Issue
Block a user