From 12e50c3f20753c51409b0e57ec6e7c2451cf5e41 Mon Sep 17 00:00:00 2001 From: aetos Date: Sun, 5 Oct 2025 08:53:28 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index f888a37..3eef4e7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,15 +14,8 @@ 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" + dns: + - 1.1.1.1 + - 8.8.8.8 commands: - - ssh -T git@gitea.aetoskia.com - - echo "Cloning repository via SSH..." - - git clone git@gitea@aetoskia.com:apps/cicd.git - - - name: test - image: alpine - commands: - - echo "pipeline running" + - git clone git@gitea.aetoskia.com:apps/cicd.git