From de1b0715a0f6a83c6f67d0a4f638e7678ba2b553 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 24 May 2023 06:51:47 +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 e305a75..6e8924c 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 + - apk add unzip wget make git curl ssh - 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"