kind: pipeline type: docker name: default steps: - name: test image: alpine:3.14 commands: - apk add bash -y - bash - echo $0