From bb405908fd2c513434d5e40f032707c6e41e725f Mon Sep 17 00:00:00 2001 From: aetos Date: Sat, 4 Oct 2025 10:53:36 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index c96d1b8..f4ac01c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,10 +14,11 @@ clone: steps: - name: clone-repo image: alpine/git - environment: - # Use the mounted SSH key - GIT_SSH_COMMAND: "ssh -i /drone-ssh/id_ed25519 -o StrictHostKeyChecking=accept-new" + # environment: + # # Use the mounted SSH key + # GIT_SSH_COMMAND: "ssh -i /drone-ssh/id_ed25519 -o StrictHostKeyChecking=accept-new" commands: + - ls / - echo "Cloning repository via SSH..." - git clone git@gitea.aetoskia.com:apps/cicd.git