I'm running drone CI. I have a build that just wont stop. It's status is running
but I cant stop it because Cannot cancel a non-running build
. Here are the exact commands.
sheena@ci:~$ drone build info waxd/waxed_backend 302
Number: 302
Status: running
Event: push
Commit: 511afb747007b9712a0bd00c663369de4ae81188
Branch: dev
Ref: refs/heads/dev
Message: xxxxxxxxxxxxxx
Author: Sheena
sheena@ci:~$ drone build stop waxd/waxed_backend 302
client error 400: Cannot cancel a non-running build
The only solution I can see right now is to delete drone's database and then re-create all secrets etc. But that is something I would very much like to avoid.
On the up side, this "running" build isn't blocking other builds. Even on the same repo.