---
kind: pipeline
name: default
steps:
- name: build
image: gcc
commands:
- rm config.h
- make clean