Check for empty git tree before allowing for Release build #2
Labels
No Label
bug
infrastructure
support-bug
support-new
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: python-support/site-support#2
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Currently,
action_publish
inrun.py
always callseven when there is an unclean tree, aka. the built image would not be reflective of a particular commit state.
We should check that the git tree is clean before allowing
./run.py publish
.