Update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
15
.drone.yml
15
.drone.yml
@@ -14,15 +14,8 @@ clone:
|
|||||||
steps:
|
steps:
|
||||||
- name: clone-repo
|
- name: clone-repo
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
# environment:
|
dns:
|
||||||
# # Use the mounted SSH key
|
- 1.1.1.1
|
||||||
# GIT_SSH_COMMAND: "ssh -i /drone-ssh/id_ed25519 -o StrictHostKeyChecking=accept-new"
|
- 8.8.8.8
|
||||||
commands:
|
commands:
|
||||||
- ssh -T git@gitea.aetoskia.com
|
- git clone git@gitea.aetoskia.com:apps/cicd.git
|
||||||
- echo "Cloning repository via SSH..."
|
|
||||||
- git clone git@gitea@aetoskia.com:apps/cicd.git
|
|
||||||
|
|
||||||
- name: test
|
|
||||||
image: alpine
|
|
||||||
commands:
|
|
||||||
- echo "pipeline running"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user