#336: small refactoring
This commit is contained in:
parent
4b4b1fe5d8
commit
a16682c5f9
|
@ -64,7 +64,7 @@ module AbfWorker
|
|||
return if build_lists.blank?
|
||||
rep_pl = "#{repository_id}-#{platform_id}"
|
||||
key = "#{BUILD_LISTS_FOR_CLEANUP_FROM_TESTING}-#{rep_pl}"
|
||||
redis.sadd REP_AND_PLS_OF_BUILD_LISTS_FOR_CLEANUP_FROM_TESTING, "#{rep_pl}"
|
||||
redis.sadd REP_AND_PLS_OF_BUILD_LISTS_FOR_CLEANUP_FROM_TESTING, rep_pl
|
||||
redis.sadd key, build_lists
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue