Update .drone.yml
This commit is contained in:
@@ -18,9 +18,9 @@ steps:
|
||||
# # Use the mounted SSH key
|
||||
# GIT_SSH_COMMAND: "ssh -i /drone-ssh/id_ed25519 -o StrictHostKeyChecking=accept-new"
|
||||
commands:
|
||||
- ssh -v git@gitea.aetoskia.com
|
||||
# - echo "Cloning repository via SSH..."
|
||||
# - git clone git@192.168.1.111:apps/cicd.git
|
||||
# - ssh -v git@gitea.aetoskia.com
|
||||
- echo "Cloning repository via SSH..."
|
||||
- git clone git@192.168.1.111:apps/cicd.git
|
||||
|
||||
- name: test
|
||||
image: alpine
|
||||
|
||||
Reference in New Issue
Block a user