Files
cicd/.drone.yml
aetos 12e50c3f20
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Update .drone.yml
2025-10-05 08:53:28 +00:00

22 lines
328 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