Skip to content

fix: ignore dependent branches on snapshot destroy (#599)

Artyom Kartasov requested to merge 599-force-destroy-snapshot into dle-4-0

Description

Ignore dependent branches on snapshot destroy

⚠️ The existence of dependent branches means that other snapshots from other branches are built on this snapshot. This is a dangerous change, when using the force option it will remove all dependencies of the snapshot.

When approving, make sure that this is really what we want!

Related issue

#599

Examples

Checklist

  • MR description has been reviewed
  • MR changes are functionally tested
  • MR does NOT have API/CLI changes OR there are API/CLI changes and they have been reviewed & DOCS ARE ADJUSTED (reference doc, etc)
  • MR does NOT have UI changes OR there are UI changes and they have been reviewed & UX IS REVIEWED

Closes #599

Merge request reports

Loading