Skip to content
Snippets Groups Projects

Fixed typo in gitlab.yml.example

Closed gitlab-qa-bot requested to merge github/fork/mlitwiniuk/patch-1 into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -87,7 +87,9 @@ module Gitlab
@@ -87,7 +87,9 @@ module Gitlab
end
end
def destroy_project(project)
def destroy_project(project)
FileUtils.rm_rf(project.repository.path_to_repo)
if project.repository
 
FileUtils.rm_rf(project.repository.path_to_repo)
 
end
conf.rm_repo(project.path_with_namespace)
conf.rm_repo(project.path_with_namespace)
end
end
Loading