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
Owner

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`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
No description provided.