kind: pipeline type: docker name: default clone: disable: true steps: - name: test pull: if-not-exists image: alpine commands: - echo hello - echo world - exit 1