kind: pipeline type: docker name: default steps: - name: test image: alpine volumes: - name: cache path: /go commands: - ls / - name: build image: alpine volumes: - name: cache path: /go commands: - ls / volumes: - name: cache temp: {}