Change to two spaces

This commit is contained in:
Oliver Davies 2024-09-08 23:09:54 +01:00
parent 2537fe2052
commit ed60ab964c
556 changed files with 2252 additions and 2252 deletions

View file

@ -3,12 +3,12 @@ title: Broken pipeline? Fix or revert it.
date: 2024-05-01
permalink: daily/2024/05/01/broken-pipeline-fix-or-revert-it
tags:
- software-development
- continuous-integration
- trunk-based-development
- software-development
- continuous-integration
- trunk-based-development
cta: ~
snippet: |
What do you do if someone's pushed a failing commit and broken the CI pipeline?
What do you do if someone's pushed a failing commit and broken the CI pipeline?
---
If you're doing trunk-based development where multiple people are committing and pushing work to the same branch, what do you do if you've pushed a commit that fails the checks and breaks the pipeline?