pipeline: fail: image: scratch commands: - false build_deb: image: debian:bullseye-slim pull: true commands: - apt update && apt install -y build-essential devscripts - make package - ls -laR .. - echo Hello when: event: [push, tag] branches: master