Check for empty git tree before allowing for Release build #2
Labels
No labels
bug
infrastructure
support-bug
support-new
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: python-support/site-support#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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
.