Skip to content

Commit 25c7799

Browse files
committed
Fixed issue in history in case of tags
1 parent 844f167 commit 25c7799

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

webapp/autoDeploy/autodeploy/views.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,9 @@ def getProjectDepHistory(request):
312312
commits=c.getCommitsDiff(deployment.project.working_dir,deployment.update_version)
313313
print commits
314314
deployment.has_new_version = len(commits)
315-
res.append(deployment)
316315
print deployment.server,deployment.has_new_version
316+
res.append(deployment)
317+
317318

318319
table=DeploymentHistory(res)
319320
RequestConfigReport(request, paginate={"per_page": 15}).configure(table)

0 commit comments

Comments
 (0)