Some checks reported errors
continuous-integration/drone/push Build encountered an error
22 lines
332 B
YAML
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
|