Skip to content
  • Sean McGivern's avatar
    Handle case where deployment ref no longer exists · 776cea4c
    Sean McGivern authored
    Keep-around refs for deployments were only introduced in 8.10, so any
    deployment created in 8.9 could have a SHA pointing to a commit that no
    longer exists in the repository. We can't do anything useful with those
    deployments, so make `#includes_commit?` always return false for those.
    776cea4c