https://pulumi.com logo
Title
r

refined-terabyte-65361

03/17/2022, 7:56 PM
Hello I am trying to use pulumi with github actions i see this error during workflow
Error: code: 255
 stdout: 
 stderr: error: could not create stack: the stack is currently locked by 1 lock(s). Either wait for the other process(es) to end or manually delete the lock file(s).
how to fix this ? Thanks
e

echoing-dinner-19531

03/17/2022, 9:32 PM
So if your sure that this is just a corrupt lock you can remove the locks on a stack with
pulumi cancel --stack <stack name>
I really need to look at our locking code because there's been a number of issues raised about it 😒ad-panda: