gitlab-org--gitlab-foss/changelogs/unreleased/fix-deleting-project-again.yml
Lin Jen-Shin aaf382d52b Skip or retain project while deleting the project:
* Skip Ci::Build#update_project_statistics whenever there's no
  project (i.e. we're deleting the project!)
* Retain the unscoped_project before deleting the build,
  so that we could use the data to delete the artifacts.
  Note that carrierwave uses `after_commit` for this,
  so we need to retain it in the memory.

Closes #15005
2017-02-03 23:36:53 +08:00

4 lines
87 B
YAML

---
title: Fix deleting projects with pipelines and builds
merge_request: 8960
author: