Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: CI Droplet cleanup failed when same name was used #633

Merged
merged 1 commit into from
Jun 14, 2024

Commits on Jun 14, 2024

  1. Fix: CI Droplet cleanup failed when same name was used

    When there were multiple Droplets with the same name, cleanup using doctl compute droplet delete -f $NAME would not work.
    
    Error: There are 3 Droplets with the name "aleph-vm-ci-XXX"; please provide a specific Droplet ID. [425559566, 425702949, 425703724]
    hoh committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7a82f49 View commit details
    Browse the repository at this point in the history