Closed safareli closed 5 years ago
It would be great if when git working tree is dirty during pulp publish we execute git status so if pulp publish is executed on some CI system you can easily see what went wrong.
git working tree is dirty
pulp publish
git status
I'd prefer to do this in the compiler; see https://github.com/purescript/purescript/issues/3550.
It would be great if when
git working tree is dirty
duringpulp publish
we executegit status
so ifpulp publish
is executed on some CI system you can easily see what went wrong.