From 6d6f8dbe72e906c8996bff0d2a09dbb4677da04f Mon Sep 17 00:00:00 2001 From: giles Date: Wed, 18 Oct 2023 19:05:24 +0100 Subject: [PATCH] ... --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8cf3ad5..e7527ba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -82,6 +82,8 @@ steps: - master image: alpine/git:latest commands: + - git config credential.helper '!f() { sleep 1; echo "username=${GIT_USER}"; echo "password=${GIT_PASSWORD}"; }; f' + - git fetch - git checkout deployed - git merge master - name: "convert to xml"