feat: without logs
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 22:12:46 +01:00
parent fa67d71d64
commit 19ad63d31d
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

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