From bb7f1ea9b7d7c31a4949470d59528744b810411d Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 15 Jun 2021 00:50:56 +0200 Subject: [PATCH] debug --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 11546d01..c447ed43 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,7 +44,7 @@ steps: GITEA_SSH_KEY: from_secret: gitea_ssh_key commands: - - ./.drone/setup_ssh.sh + - sh .drone/setup_ssh.sh - git fetch --all - git checkout --track origin/core - git merge origin/devos