Commit 23342ae1 authored by olivier némoz saint-dizier's avatar olivier némoz saint-dizier Committed by Achilleas Pipinellis

Add commands to display project deletion errors

parent a9bc2aa9
......@@ -257,6 +257,13 @@ ProjectDestroyWorker.perform_async(project.id, user.id, {})
# or Projects::DestroyService.new(project, user).execute
```
If this fails, display why it doesn't work with:
```ruby
project = Project.find_by_full_path('<project_path>')
project.delete_error
```
### Remove fork relationship manually
```ruby
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment