temp fix for project hooks
This commit is contained in:
parent
5b0d6ac873
commit
a6c937a779
|
@ -64,7 +64,7 @@ class Repository
|
||||||
c.update_project(path, project)
|
c.update_project(path, project)
|
||||||
end
|
end
|
||||||
|
|
||||||
write_hooks
|
write_hooks if File.exists?(project.path_to_repo)
|
||||||
end
|
end
|
||||||
|
|
||||||
def destroy_repository
|
def destroy_repository
|
||||||
|
|
Loading…
Reference in a new issue