CI: Ignore error message when 'git commit' is run without staged changes #21
No reviewers
Labels
No labels
Part: Grundregelwerk
Part: Konstruktionsregelwerk
Part: Magieregelwerk
Part: Stuntsbeispiele
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Moirenico/mdBook!21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/21/head"
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?
Until now the CI failed in case no new changes were found. We fix this
by ignoring
git commiterrors. We are ignoring all errors that canhappen, but I honestly can't think of anything that might cause
problems.
Here you go. 🙂