fnproject / cli

CLI tool for fnproject.
https://fnproject.io
Apache License 2.0
132 stars 66 forks source link

Revert function's version if deploy fails #130

Open denismakogon opened 6 years ago

denismakogon commented 6 years ago

At this moment every time, we call a deploy cmd (fn deploy) it bumps function's version, but the new version of a function should appear only in case if deploy was successful, in other cases that should remain the same, so we need to revert function's version in case if deploy fails.

hibooboo2 commented 6 years ago

Is this not addressed with: #136 ?

denismakogon commented 6 years ago

Yes, that PR fixed that problem.

hibooboo2 commented 6 years ago

Maybe add the closes for this issue to that pr then?