Files
cicd/.drone.yml
aetos 0e852fdd4f
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Update .drone.yml
2025-10-05 08:55:21 +00:00

22 lines
332 B
YAML

---
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