remove update_repository calls
This commit is contained in:
parent
5c6492662e
commit
896c3a0a9d
4 changed files with 0 additions and 24 deletions
|
@ -81,11 +81,6 @@ class UsersProject < ActiveRecord::Base
|
|||
end
|
||||
end
|
||||
|
||||
GitoliteWorker.perform_async(
|
||||
:update_repositories,
|
||||
project_ids
|
||||
)
|
||||
|
||||
true
|
||||
rescue
|
||||
false
|
||||
|
@ -100,11 +95,6 @@ class UsersProject < ActiveRecord::Base
|
|||
end
|
||||
end
|
||||
|
||||
GitoliteWorker.perform_async(
|
||||
:update_repositories,
|
||||
project_ids
|
||||
)
|
||||
|
||||
true
|
||||
rescue
|
||||
false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue