...
continuous-integration/drone/push Build is failing Details

This commit is contained in:
giles 2023-10-18 19:05:24 +01:00
parent 2801272030
commit 6d6f8dbe72
1 changed files with 2 additions and 0 deletions

View File

@ -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"