kind: pipeline type: docker name: Test clone: disable: true steps: - name: test pull: if-not-exists image: alpine commands: - whoami - pwd