forked from github-starred/komodo
add end ts to reclone update
This commit is contained in:
@@ -298,6 +298,7 @@ pub async fn reclone_build(
|
||||
};
|
||||
|
||||
update.status = UpdateStatus::Complete;
|
||||
update.end_ts = Some(unix_timestamp_ms() as i64);
|
||||
|
||||
update_update(update.clone(), &db, &update_ws).await?;
|
||||
|
||||
|
||||
@@ -314,6 +314,7 @@ pub async fn reclone_deployment(
|
||||
};
|
||||
|
||||
update.status = UpdateStatus::Complete;
|
||||
update.end_ts = Some(unix_timestamp_ms() as i64);
|
||||
|
||||
update_update(update.clone(), &db, &update_ws).await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user