Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -92,7 +92,10 @@ impl MainAction for CuddleReleaser {
|
||||
client.host().unix_socket(ssh_sock.clone()),
|
||||
);
|
||||
|
||||
let time = chrono::Local::now();
|
||||
|
||||
cuddle_releaser
|
||||
.with_exec(vec!["echo", &time.to_rfc3339()])
|
||||
.with_exec(vec![
|
||||
"cuddle-releaser",
|
||||
"release",
|
||||
|
Reference in New Issue
Block a user