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

This commit is contained in:
Giles Bradshaw 2023-10-18 19:46:32 +00:00
parent fcc60596cf
commit aa91bad430
2 changed files with 1 additions and 21 deletions

View File

@ -92,22 +92,6 @@ steps:
GIT_USER: GIT_USER:
from_secret: GIT_USER from_secret: GIT_USER
- 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
environment:
GIT_PASSWORD:
from_secret: GIT_PASSWORD
GIT_USER:
from_secret: GIT_USER
- name: "convert to xml" - name: "convert to xml"
image: sigyl/zone-10-batch2yaml:latest image: sigyl/zone-10-batch2yaml:latest
when: when:

File diff suppressed because one or more lines are too long