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

This commit is contained in:
giles 2023-10-18 19:21:52 +01:00
parent 5e40901906
commit bf85760a8a
1 changed files with 16 additions and 0 deletions

View File

@ -86,6 +86,12 @@ steps:
- git fetch
- git checkout deployed
- git merge master
environment:
GIT_PASSWORD:
from_secret: GIT_PASSWORD
GIT_USER:
from_secret: GIT_USER
- name: "check out product-development"
when:
branch:
@ -96,6 +102,11 @@ steps:
- 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"
image: sigyl/zone-10-batch2yaml:latest
@ -139,6 +150,11 @@ steps:
- git add -A
- git commit -m '$${DRONE_COMMIT_MESSAGE}'
- git push origin
environment:
GIT_PASSWORD:
from_secret: GIT_PASSWORD
GIT_USER:
from_secret: GIT_USER
volumes:
- name: dockersock
path: /var/run