This message was deleted.
# atlantis-community
s
This message was deleted.
r
i'll get a bug up. but it seems that either the apply should fail loudly, or the post-workflow step should not result in a re-clone after the point of plan, and policy check run/approval
p
mmm @Dylan Page @RB maybe another policy check bug
d
@PePe Amengual Ross would know, he wrote the feature
r
the issue exists in v0.22.3 as well. i've opened two issues which are related to what i'm seeing: https://github.com/runatlantis/atlantis/issues/3488 https://github.com/runatlantis/atlantis/issues/3487 for 3488, i think we can just conditionally do
WorkingDir.GetWorkingDir
instead of
WorkingDir.Clone
for any pre/post workflow hook commands which are being run around the
policy_check
approve_policies
or
apply
commands. Thoughts?
still not sure why a missing plan isn't catching any of the existing validation, currently digging.