From 4d34319e3ae9264d8fd0ab60002fc0bd41e377e1 Mon Sep 17 00:00:00 2001 From: giles Date: Wed, 18 Oct 2023 18:42:09 +0100 Subject: [PATCH] . --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b8cb3be..c725f2a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -101,9 +101,6 @@ steps: branch: - master image: alpine/git:latest - environment: - SSH_KEY: - from_secret: SSH_KEY commands: - git config credential.helper '!f() { sleep 1; echo "username=${GIT_USER}"; echo "password=${GIT_PASSWORD}"; }; f' - git fetch origin