--- kind: pipeline type: docker name: default platform: os: linux arch: arm64 # Optional: control clone step clone: disable: false steps: - name: clone image: drone/git # Uses built-in Drone authentication steps: - name: test image: alpine environment: GIT_SSL_NO_VERIFY: "true" commands: - echo "pipeline running"