This message was deleted.
# atlantis-community
s
This message was deleted.
t
Ah, I think I see what's happening. The plan should be deleted with https://github.com/runatlantis/atlantis/blob/fd600d3bb1522bf75624b92505783643b4a2a38d/server/core/runtime/apply_step_runner.go#L56-L63 but since it's a custom command it isn't being deleted
So I should have my custom apply command delete the PLANFILE afterwards?
Ah I see the lock is still there in the database
Figured this out. I updated my custom workflow to delete $PLANFILE after a successful apply and now it's working better.