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