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
commands:
- apt update
- apt upgrade -y
- apt install -y build-essential
- debuild