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
Probably makes the most sense to put it in go-commons. I think the use case for reseting in testing is much more limited than for go CLIs, since we don't want to accidentally undo all the changes while you are iterating in testing (e.g., running git reset on the current repo instead of the copy we are using for upgrade testing).
Probably makes the most sense to put it in
go-commons
. I think the use case for reseting in testing is much more limited than for go CLIs, since we don't want to accidentally undo all the changes while you are iterating in testing (e.g., runninggit reset
on the current repo instead of the copy we are using for upgrade testing).Originally posted by @yorinasub17 in https://github.com/gruntwork-io/terraform-aws-ci/pull/466#discussion_r914044640
The text was updated successfully, but these errors were encountered: