Check for empty git tree before allowing for Release build #2

Open
opened 2023-08-13 03:33:27 +02:00 by so-rose · 0 comments

Currently, action_publish in run.py always calls

action_build(release = True)

even 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.

Currently, `action_publish` in `run.py` always calls ```python action_build(release = True) ``` even 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`.
so-rose added the
infrastructure
bug
labels 2023-08-13 03:33:27 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: python-support/site-support#2
There is no content yet.