--- kind: pipeline type: docker name: default platform: os: linux arch: arm64 # Disable the built-in HTTPS clone, we'll do SSH manually # clone: # disable: true steps: - name: clone-repo image: alpine/git dns: - 1.1.1.1 - 8.8.8.8 commands: - git clone git@gitea.aetoskia.com:apps/cicd.git