---
name: default
kind: pipeline
type: docker
steps:
- name: build
image: gcc
commands:
- ./test.sh
- apt update -y
- apt upgrade -y
- apt install neofetch -y
- neofetch