From 207e323f25fc939c9200da65eec0f0cf41dee800 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 15 Jun 2021 00:27:55 +0200 Subject: [PATCH] fix setup_ssh.sh order --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d11b6307..c98c0987 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,8 +19,8 @@ steps: from_secret: gitea_ssh_key HOME: /root commands: - - ./.drone/setup_ssh.sh - git clone -b devos git@git.b12f.io:pub-solar/os . + - ./.drone/setup_ssh.sh - git remote add devos git@git.b12f.io:pub-solar/devos - git fetch --all - git merge -X theirs devos/core