feat: add trace
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-03-30 15:37:07 +01:00
parent 250807d16f
commit e7e456e5d9
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -69,6 +69,7 @@ impl MainAction for DroneTemplater {
self.client
.container()
.from(DRONE_TEMPLATER_IMAGE)
.with_env_variable("RUST_LOG", "drone_templater=trace")
.with_exec(vec!["echo", &format!("{}", now.as_secs())])
.with_directory("/src/templates", src)
.with_workdir("/src")