Skip to content

Commit

Permalink
last update should not be updated on status update
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasinge committed Aug 5, 2020
1 parent 511b717 commit a9731e0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,6 @@ public Engagement updateStatusAndCommits(Hook hook) {
List<Commit> commits = gitApi.getCommits(hook.getCustomerName(), hook.getEngagementName());
persisted.setCommits(commits);

// set last update
persisted.setLastUpdate(getZuluTimeAsString());

// update in db
repository.update(persisted);

Expand Down

0 comments on commit a9731e0

Please sign in to comment.