Teapot retry when local git is behind remote when push #70
Labels
No Label
bug
component
executor
component
framework
component
parser
component
UI
duplicate
enhancement
help wanted
invalid
priority
p0
priority
p1
priority
p2
priority
p3
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: JOJ/JOJ3#70
Loading…
Reference in New Issue
Block a user
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?
When multiple act runners exist on different machines in one course, teapot can not lock the git repo. When there are new commits pushed to remote after the
git reset --hard origin/grading
, the whole process of fetch+reset+modify files should be tried again.Done in
a4f6482b21
.