NASA-PDS / roundup-action

Do a "roundup", a/k/a PDS-style continuous integration and delivery
Apache License 2.0
1 stars 4 forks source link

prune dev tag only when release is unstable, update push command #41

Closed tloubrieu-jpl closed 3 years ago

tloubrieu-jpl commented 3 years ago

**Summary*** I change the push request which failed with message: CRITICAL:pds.roundup.util:💥 Process with command line ['git', 'push'] failed with status 128 CRITICAL:pds.roundup.util:🪵 Stdout = «» CRITICAL:pds.roundup.util:📚 Stderr = «fatal: You are not currently on a branch. To push the history leading to the current (detached HEAD) state now, use

git push origin HEAD:<name-of-remote-branch>

I also changed the python release step to only prune dev releases when we do an unstable release (which will re-create a dev release).