Update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-10-04 11:24:13 +00:00
parent 87bad66735
commit 200e9cf7f4

View File

@@ -17,11 +17,10 @@ steps:
# environment:
# # Use the mounted SSH key
# GIT_SSH_COMMAND: "ssh -i /drone-ssh/id_ed25519 -o StrictHostKeyChecking=accept-new"
network_mode: host
commands:
- ssh -v git@gitea.aetoskia.com
- ssh -v git@192.168.1.111
- echo "Cloning repository via SSH..."
- git clone git@gitea.aetoskia.com:apps/cicd.git
- git clone git@192.168.1.111:apps/cicd.git
- name: test
image: alpine