little-library-54601
11/18/2022, 2:40 PMerror: the stack is currently locked by 1 lock(s). Either wait for the other process(es) to end or delete the lock file with `pulumi cancel`.
I had to cancel a workflow run because of an error in the workflow file. I'm sure that's why the lock file is hanging around.
But I can't "pulumi cancel" in the workflow itself. Can I run "pulumi cancel" from the command line to get the required effect? Or is it safe to delete the lock file from the place where it lives (azure storage blob)?
Thanks.billowy-army-68599
11/18/2022, 2:58 PMpulumi cancel
locally will get the job donelittle-library-54601
11/18/2022, 3:02 PM