pipeline: build: image: debian pull: true commands: - apt update && apt install -y make curl - make - ls -laR - make install - ls -laR when: event: [push, tag] package: image: debian pull: true commands: - apt update && apt install -y build-essential devscripts - make package - ls -laR when: event: tag branches: master