feat: with trace
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-01-28 21:56:46 +01:00
parent 5875c96aa8
commit f86c19c510
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -85,6 +85,7 @@ impl MainAction for CuddleReleaser {
let cuddle_releaser = client let cuddle_releaser = client
.container() .container()
.from(cuddle_releaser_image) .from(cuddle_releaser_image)
.with_env_variable("RUST_LOG", "trace")
.with_mounted_directory("/mnt/templates", folder) .with_mounted_directory("/mnt/templates", folder)
.with_unix_socket( .with_unix_socket(
ssh_sock.clone(), ssh_sock.clone(),