You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, the proper fix is to update the action to a "real" action instead of a composite action. Composite actions aren't allowed to have post steps for some reason.
A post step for the engine stop handles the cases where:
A step fails
Multiple uses of this action are called in a pipeline and we only want to stop the engine once at the very end
What is the issue?
When the Dagger command fails for any reason, engine stop is not called.
The GitHub snippet in the documentation has an added condition to make sure engine stop runs even if the command before it fails:
Dagger version
dagger v0.9.7 (registry.dagger.io/engine) darwin/arm64
Steps to reproduce
No response
Log output
No response
The text was updated successfully, but these errors were encountered: