#46: update comment to code

This commit is contained in:
Vokhmin Alexey V 2013-03-22 15:46:22 +04:00
parent 67cf79fac2
commit 8fec7cb133
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ module AbfWorker
update_results build_list
case status
when COMPLETED
# 'update_column' - when build_list has been removed from repository
# 'update_column' - when project of build_list has been removed from repository
build_list.published || build_list.update_column(:status, BuildList::BUILD_PUBLISHED)
when FAILED, CANCELED
build_list.fail_publish || build_list.update_column(:status, BuildList::FAILED_PUBLISH)