From c2b245d2c8b21371c358c709ba967288ae9e095d Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 24 May 2023 06:52:57 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.drone.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6e8924c..bc54d31 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: SSH_KEY: from_secret: SSH_KEY commands: - - apk add unzip wget make git curl ssh + - apk add unzip wget make git curl openssh - mkdir /root/.ssh && echo "$SSH_KEY" > /root/.ssh/id_rsa && chmod 0600 /root/.ssh/id_rsa - git config --global user.name "Drone CI" - git config --global user.email "drone@omglinux.de"