Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
kind: pipeline
type: docker
name: default
steps:
- name: Build obs
image: debian:buster
comands:
- apt update
- apt upgrade
- apt install build-essential
- debuild