- Issue created by @milanbombschliip
If the git repository is dirty the deployment is aborted with the following error:
[RuntimeException]
Pushing code was aborted because your local Git repository has uncommitted changes. Either commit, reset, or stash your changes via git.
If run in a pipeline it would be nice to see what the git diff is to better understand why it got dirty.
Solution:
Print git diff before throwing this error.
Active
1.0
Code