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
Hey mate! I've gotten into a few snags with ShipIt over the years and I'm at the point where I want it to stop the possibility of builds failing in main. If there was a dry run option that would skip pushing the commit to the repo that would work really well.
Hey mate! I've gotten into a few snags with ShipIt over the years and I'm at the point where I want it to stop the possibility of builds failing in
main
. If there was a dry run option that would skip pushing the commit to the repo that would work really well.Is there any way to prevent the push right now? Looking at it, no there isn't. What is we added
--dry-run
and conditionally applied the push phase? https://github.com/adeira/shipit/blob/master/bin/shipit.js#L48This is the patch I'm using to implement this behaviour atm:
Edit: That said, this only worked in a pull request once. Now I'm getting OUT OF SYNC errors. I probably need to update the origin.
Edit 2: Yep. Wrote this to fix:
Theoretically the shipit lib could handle this though.
The text was updated successfully, but these errors were encountered: