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
I mean, you can just use the callback to execute pre and post but what if you wanted a generic function to be run before and after a lot of steps? Should be easier to just have a herd.WithPre(CleanTempFiles) and herd.WithPost(GatherLogs) stanzas in your steps
The text was updated successfully, but these errors were encountered:
I mean, you can just use the callback to execute pre and post but what if you wanted a generic function to be run before and after a lot of steps? Should be easier to just have a
herd.WithPre(CleanTempFiles)
andherd.WithPost(GatherLogs)
stanzas in your stepsThe text was updated successfully, but these errors were encountered: