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"