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

This commit is contained in:
giles 2023-10-18 19:09:12 +01:00
parent 6d6f8dbe72
commit f3a2f5aff4
1 changed files with 12 additions and 0 deletions

View File

@ -86,6 +86,17 @@ steps:
- git fetch
- git checkout deployed
- git merge master
- name: "check out product-development"
when:
branch:
- format-branch
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 product-development
- git merge format-branch
- name: "convert to xml"
image: sigyl/zone-10-batch2yaml:latest
when:
@ -114,6 +125,7 @@ steps:
image: alpine/git:latest
commands:
- git config credential.helper '!f() { sleep 1; echo "username=${GIT_USER}"; echo "password=${GIT_PASSWORD}"; }; f'
- git add -A
- git commit -m '$${DRONE_COMMIT_MESSAGE}'
- git push origin
volumes: